Skip to content

Commit f8c16f0

Browse files
committed
Merge pull request #117 from SeqWare/feature/arch-wait
Revert "Add --wait to the test command inside the bundle archetype's met... Former-commit-id: ec1239f
2 parents 4d4a671 + eba0bbd commit f8c16f0

File tree

1 file changed

+1
-1
lines changed
  • seqware-archetypes/seqware-archetype-java-workflow/src/main/resources/archetype-resources/workflow

1 file changed

+1
-1
lines changed

seqware-archetypes/seqware-archetype-java-workflow/src/main/resources/archetype-resources/workflow/metadata.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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"/>

0 commit comments

Comments
 (0)