Skip to content

Commit 56637b1

Browse files
authored
Merge pull request #422 from microbiomedata/398-genomad-output-directory-error
added proj_name for virusPlasmids workflow to metagenome pipeline template
2 parents 7b6da99 + 399c23e commit 56637b1

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

data/workflow/templates/metagenome_pipeline_inputs.tmpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"main_workflow.metaAssembly_rename_contig_prefix":<PREFIX>,
1212
"main_workflow.metaAssembly_outdir":<METAASSEMBLY_OUTDIR>,
1313
"main_workflow.virusPlasmid_outdir":<VIRUSPLASMID_OUTDIR>,
14+
"main_workflow.virusPlasmid_proj_name":<PREFIX>,
1415
"main_workflow.metaAnnotation_outdir":<METAANNOTATION_OUTDIR>,
1516
"main_workflow.metaAnnotation_imgap_project_id":<PREFIX>,
1617
"main_workflow.metaAnnotation_opaver_web_path":<OPAVER_WEB_DIR>,

data/workflow/templates/metagenome_pipeline_wdl.tmpl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ workflow main_workflow {
5959
String virusPlasmid_outdir
6060
Int virusPlasmid_cpu=8
6161
String virusPlasmid_database_location="/refdata"
62+
String virusPlasmid_proj_name
6263
# MetaAnnotation
6364
String metaAnnotation_imgap_project_id
6465
Int metaAnnotation_additional_threads=8
@@ -201,6 +202,7 @@ workflow main_workflow {
201202
call viralPlasmid.viral as viralPlasmid_call {
202203
input:
203204
fasta=metaAssembly_contig,
205+
proj_name=virusPlasmid_proj_name,
204206
outdir=virusPlasmid_outdir,
205207
option=virusPlasmid_options,
206208
cpu=virusPlasmid_cpu,

0 commit comments

Comments
 (0)