Skip to content

Commit

Permalink
Fix Indentations
Browse files Browse the repository at this point in the history
  • Loading branch information
kmayerb authored May 18, 2020
1 parent e6a1f26 commit 60500ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ peptides = ['CACADLGAYPDKLIF','CACDALLAYTDKLIF',
'CACDFISPSNWGIQSGRNTDKLIF','CACDPVLGDTRLTDKLIF']

dvec = pw.apply_pairwise_sq(seqs = peptides,
metric = pw.metrics.nw_hamming_metric,
ncpus = multiprocessing.cpu_count() )
metric = pw.metrics.nw_hamming_metric,
ncpus = multiprocessing.cpu_count() )

dmat = squareform(dvec).astype(int)
dmat
Expand Down

0 comments on commit 60500ec

Please sign in to comment.