File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
seqware-archetypes/seqware-archetype-java-workflow/src/main/resources/archetype-resources/workflow Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 22 <workflow name =" ${workflow-name}" version =" ${workflow-version}" seqware_version =" ${seqware-version}"
33 basedir =" ${workflow_bundle_dir}/Workflow_Bundle_${workflow-directory-name}/${version}" >
44 <description >${workflow-description}</description >
5- <test command =" java -jar ${workflow_bundle_dir}/Workflow_Bundle_${workflow-directory-name}/${version}/lib/seqware-distribution-${seqware-version}-full.jar --plugin net.sourceforge.seqware.pipeline.plugins.WorkflowLauncher -- --no-metadata --wait -- provisioned-bundle-dir ${workflow_bundle_dir} --workflow ${workflow-name} --version ${workflow-version} --ini-files ${workflow_bundle_dir}/Workflow_Bundle_${workflow-directory-name}/${version}/config/workflow.ini " />
5+ <test command =" java -jar ${workflow_bundle_dir}/Workflow_Bundle_${workflow-directory-name}/${version}/lib/seqware-distribution-${seqware-version}-full.jar --plugin net.sourceforge.seqware.pipeline.plugins.WorkflowLauncher -- --no-metadata --provisioned-bundle-dir ${workflow_bundle_dir} --workflow ${workflow-name} --version ${workflow-version} --ini-files ${workflow_bundle_dir}/Workflow_Bundle_${workflow-directory-name}/${version}/config/workflow.ini " />
66 <workflow_command command =" java -jar ${workflow_bundle_dir}/Workflow_Bundle_${workflow-directory-name}/${version}/lib/seqware-distribution-${seqware-version}-full.jar --plugin net.sourceforge.seqware.pipeline.plugins.WorkflowLauncher -- --bundle ${workflow_bundle_dir} --workflow ${workflow-name} --version ${workflow-version} " />
77 <workflow_template path =" " />
88 <workflow_class path =" ${workflow_bundle_dir}/Workflow_Bundle_${workflow-directory-name}/${version}/classes/${workflow-package}/WorkflowClient.java" />
You can’t perform that action at this time.
0 commit comments