Skip to content

Commit

Permalink
Correct names of mock communities
Browse files Browse the repository at this point in the history
  • Loading branch information
pschloss authored Feb 27, 2017
1 parent 4a7bf12 commit 1f335b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/get_shared_otus.batch
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set.dir(input=data/mothur, output=data/mothur, seed=19760620)
set.current(processors=8)
remove.groups(count=stability.trim.contigs.good.unique.good.filter.unique.precluster.denovo.uchime.pick.pick.count_table, fasta=stability.trim.contigs.good.unique.good.filter.unique.precluster.pick.pick.fasta, taxonomy=stability.trim.contigs.good.unique.good.filter.unique.precluster.pick.v4.wang.pick.taxonomy, groups=MOCK-MOCK2)
remove.groups(count=stability.trim.contigs.good.unique.good.filter.unique.precluster.denovo.uchime.pick.pick.count_table, fasta=stability.trim.contigs.good.unique.good.filter.unique.precluster.pick.pick.fasta, taxonomy=stability.trim.contigs.good.unique.good.filter.unique.precluster.pick.pds.wang.pick.taxonomy, groups=Mock_S280-Mock2_S366)
dist.seqs(fasta=current, cutoff=0.03)
cluster(column=current, count=current)
make.shared(list=current, count=current, label=0.03)
Expand Down

0 comments on commit 1f335b3

Please sign in to comment.