Skip to content

Commit

Permalink
Remove rename=F
Browse files Browse the repository at this point in the history
  • Loading branch information
pschloss committed Apr 24, 2018
1 parent a1ea2f4 commit 6034471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/get_good_seqs.batch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
make.file(inputdir=data/raw, type=gz, prefix=stability)
make.contigs(file=current, inputdir=data/raw/, outputdir=data/mothur/, processors=8, rename=F)
make.contigs(file=current, inputdir=data/raw/, outputdir=data/mothur/, processors=8)
screen.seqs(fasta=current, group=current, maxambig=0, maxlength=275, maxhomop=8)
unique.seqs(fasta=current)
count.seqs(name=current, group=current, processors=4)
Expand Down

0 comments on commit 6034471

Please sign in to comment.