File: batch

package info (click to toggle)
mothur 1.48.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,676 kB
  • sloc: cpp: 161,854; makefile: 119; sh: 31
file content (10 lines) | stat: -rw-r--r-- 479 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#make.file
# NOTE: download TestReferences and TestFiles and put in same location as mothur executable
set.dir(input=./TestFiles, output=./TestResults/make.file, tempdefault=./TestReferences)
set.logfile(name=makefile.logfile)
make.file(inputdir=./TestFiles)
make.file(inputdir=./TestFiles, numcols=2)
make.file(inputdir=./TestFiles, type=gz)
make.file(inputdir=./TestFiles, prefix=myReallyAwesomeData)
make.file(inputdir=./TestFiles, type=gz, prefix=myReallyAwesomeData)
quit()