Skip to content

Commit

Permalink
Update as of mothur v1.39.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pschloss committed May 3, 2017
1 parent 1f335b3 commit 749d9c1
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 7 deletions.
7 changes: 7 additions & 0 deletions .Rprofile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
## Options for knitr and Rmarkdown rendering
############################################################

if(!"knitr" %in% installed.packages()[,'Package']){
install.packages('knitr')
}
if(!"rmarkdown" %in% installed.packages()[,'Package']){
install.packages('rmarkdown')
}

library("knitr")
library("rmarkdown")

Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
.Rhistory
.RData

.DS_Store

data/*/*
!data/process/*
Expand Down
7 changes: 2 additions & 5 deletions INSTRUCTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,11 @@ the end. You can, but are not obligated to keep the Acknowledgements section.
You should keep the directory tree

* In the directory tree of the README.md file, customize the comments to fit
your project. Update this tree as the project proceeds. Replace the word `study`
in `study.Rmd`, `study.md`, `study.tex`, and `study.pdf` to be the name of your project.
your project. Update this tree as the project proceeds.

* At the terminal do the following (replacing `LastName_BriefDescription_Journal_Year`
with the appropriate text...
* At the terminal do the following to replace the license for the template's repository with the license for your project

```
mv submission/study.Rmd submission/LastName_BriefDescription_Journal_Year.Rmd
mv newproject_LICENSE.md LICENSE.md
```

Expand Down
2 changes: 1 addition & 1 deletion code/get_error.batch
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
set.current(inputdir=data/mothur, outputdir=data/mothur, processors=8)
get.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)
get.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-Mock2)
seq.error(fasta=current, count=current, reference=data/references/HMP_MOCK.v4.fasta, aligned=F, processors=8)
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.pds.wang.pick.taxonomy, groups=Mock_S280-Mock2_S366)
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-Mock2)
dist.seqs(fasta=current, cutoff=0.03)
cluster(column=current, count=current)
make.shared(list=current, count=current, label=0.03)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 749d9c1

Please sign in to comment.