File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 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>,
Original file line number Diff line number Diff 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,
You can’t perform that action at this time.
0 commit comments