You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
samplesheet: ""# Three-column samplesheet with sample_id,fastq_1,fastq_2 columns. Used instead of inputdir
18
18
outdir: "output_dir"
19
19
logdir: "output_dir/logs"
20
-
tmpdir: "/tmp"# Specifying a tmpdir is not normally necessary but some tools like HUMAnN requires it. If required please enter path to a temp directory e.g. /scratch
21
-
dbdir: "databases"# Databases will be downloaded to this dir, if requested
20
+
dbdir: "databases"# Databases will be downloaded to this dir
22
21
report: "StaG_report-"# Filename prefix for report file ("-{datetime}.html" automatically appended)
23
22
email: ""# Email to send status message after completed/failed run.
24
23
@@ -161,8 +160,6 @@ humann:
161
160
#########################
162
161
groot:
163
162
index_dir: ""# [Required] Path to groot indexDir
164
-
minlength: 110# Minlength for groot index
165
-
maxlength: 125# Maxlength for groot index
166
163
covcutoff: 0.97# Coverage cutoff for groot report
167
164
lowcov: False# Report ARGs with no 5' or 3' coverage. Overrides covcutoff.
168
165
@@ -185,6 +182,8 @@ bbmap:
185
182
-db_name: ""# [Required] Custom name for BBMap database
186
183
db_path: ""# [Required] Path to BBMap database (folder should contain a 'ref' folder)
187
184
min_id: 0.76# Minimum id for read alignment, BBMap default is 0.76
185
+
keep_sam: False# Set to True to keep intermediary SAM file
186
+
keep_bam: True# Set to False to remove bam files after counting annotations
188
187
extra: ""# Extra BBMap command line parameters
189
188
counts_table:
190
189
annotations: ""# Tab-separated annotation file with headers, first column is full FASTA header of reference sequences
@@ -196,6 +195,7 @@ bbmap:
196
195
extra: ""# Extra featureCount command line parameters
197
196
bowtie2:
198
197
-db_prefix: ""# [Required] Full path to Bowtie2 index (not including file extension)
198
+
keep_bam: True# Set to False to remove bam files after counting annotations
199
199
extra: ""# Extra bowtie2 commandline parameters
200
200
counts_table:
201
201
annotations: ""# Tab-separated annotation file with headers, first column is full FASTA header of reference sequences
0 commit comments