Skip to content

Commit

Permalink
Adds batch test for unique.seqs
Browse files Browse the repository at this point in the history
  • Loading branch information
mothur-westcott committed Sep 19, 2019
1 parent 3468dc5 commit 1823579
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
4 changes: 3 additions & 1 deletion TestBatches/README
Expand Up @@ -10,7 +10,9 @@ Running Test Bathches:
TestReferences biom.info classify.seqs mothur vsearch
...
mothur_test_batches sarahwestcott$ ./mothur "./align.seqs/batch"
...

Output to screen will look like:

mothur > set.dir(input=./TestFiles, output=./align.seqs, tempdefault=./TestReferences)
Mothur's directories:
outputDir=/Users/sarahwestcott/Desktop/mothur_test_batches/align.seqs/
Expand Down
13 changes: 13 additions & 0 deletions TestBatches/unique.seqs/batch
@@ -0,0 +1,13 @@
#unique.seqs
# NOTE: download TestReferences and TestFiles and put in same location as mothur executable
# uniqueSeqs.fasta is stability.trim.contigs.good.fasta from MISeq_SOP
# uniqueSeqs.aligned.fasta is stability.trim.contigs.good.unique.good.filter.fasta from MISeq_SOP
# uniqueSeqs.count_table is stability.trim.contigs.good.good.count_table from MISeq_SOP
# uniqueSeqs.names is stability.trim.contigs.good.names from MISeq_SOP
set.dir(input=./TestFiles, output=./unique.seqs, tempdefault=./TestReferences)
set.logfile(name=unique.seqs.logfile)
unique.seqs(fasta=uniqueSeqs.fasta)
unique.seqs(fasta=uniqueSeqs.unique.fasta, name=uniqueSeqs.names, format=count)
unique.seqs(fasta=uniqueSeqs.aligned.fasta, count=uniqueSeqs.count_table)
quit()

0 comments on commit 1823579

Please sign in to comment.