Skip to content

Commit a093df5

Browse files
Jon PalmerJon Palmer
authored andcommitted
updates to v0.2.3
1 parent 0df9a54 commit a093df5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/library.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ def batch_iterator(iterator, batch_size):
592592
if batch :
593593
yield batch
594594

595-
def fasta2chunks(input, chunks tmpdir, output):
595+
def fasta2chunks(input, chunks, tmpdir, output):
596596
#split the input fasta file into 20 chunks to process
597597
with open(input, 'rU') as seqs:
598598
SeqCount = countfasta(input)

0 commit comments

Comments
 (0)