We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0df9a54 commit a093df5Copy full SHA for a093df5
lib/library.py
@@ -592,7 +592,7 @@ def batch_iterator(iterator, batch_size):
592
if batch :
593
yield batch
594
595
-def fasta2chunks(input, chunks tmpdir, output):
+def fasta2chunks(input, chunks, tmpdir, output):
596
#split the input fasta file into 20 chunks to process
597
with open(input, 'rU') as seqs:
598
SeqCount = countfasta(input)
0 commit comments