-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #108 from inab/full_circle
Full circle 1.0.0b0
- Loading branch information
Showing
27 changed files
with
1,237 additions
and
427 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
tests/core/data/test-hello-cwl.wfex.stage → ...ore/data/test-hello-cwl-docker.wfex.stage
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
workflow_id: github:inab/hello-workflows/b0afc5871c6fdbd66576fcc5a3813ea49aca5104/cwl/hello-workflow.cwl | ||
workflow_config: | ||
secure: false | ||
containerType: singularity | ||
# All the inputs must be URLs or CURIEs from identifiers.org | ||
params: | ||
an_input: | ||
c-l-a-s-s: File | ||
url: github:inab/hello-workflows/b0afc5871c6fdbd66576fcc5a3813ea49aca5104/cwl/hello.yml | ||
environment: | ||
SECRET_VARIABLE: "The secret content" | ||
outputs: | ||
hello_output: | ||
c-l-a-s-s: File |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
workflow_id: github:inab/hello-workflows/26b45a412bb91e05c230a39fd268e65386c59d48/nextflow | ||
workflow_config: | ||
secure: false | ||
containerType: docker | ||
# All the inputs must be URLs or CURIEs from identifiers.org | ||
params: | ||
an_input: | ||
c-l-a-s-s: File | ||
url: github:inab/hello-workflows/840236984ef4ea967b62b8a2dac1da22f7766b29/nextflow/singularity-params.config | ||
output_dir: | ||
c-l-a-s-s: Directory | ||
# This hint tells that this parameter is the output directory | ||
autoFill: true | ||
autoPrefix: true | ||
environment: | ||
SECRET_VARIABLE: "The secret content" | ||
outputs: | ||
hello_output: | ||
c-l-a-s-s: File | ||
glob: "output_dir/*" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
workflow_id: github:inab/hello-workflows/26b45a412bb91e05c230a39fd268e65386c59d48/nextflow | ||
workflow_config: | ||
secure: false | ||
containerType: singularity | ||
# All the inputs must be URLs or CURIEs from identifiers.org | ||
params: | ||
an_input: | ||
c-l-a-s-s: File | ||
url: github:inab/hello-workflows/840236984ef4ea967b62b8a2dac1da22f7766b29/nextflow/singularity-params.config | ||
output_dir: | ||
c-l-a-s-s: Directory | ||
# This hint tells that this parameter is the output directory | ||
autoFill: true | ||
autoPrefix: true | ||
environment: | ||
SECRET_VARIABLE: "The secret content" | ||
outputs: | ||
hello_output: | ||
c-l-a-s-s: File | ||
glob: "output_dir/*" |
20 changes: 20 additions & 0 deletions
20
tests/core/data/test-hello-nxf-too-long-docker-fails.wfex.stage
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
workflow_id: github:inab/hello-workflows/26b45a412bb91e05c230a39fd268e65386c59d48/nextflow-too-long | ||
workflow_config: | ||
secure: false | ||
containerType: docker | ||
# All the inputs must be URLs or CURIEs from identifiers.org | ||
params: | ||
an_input: | ||
c-l-a-s-s: File | ||
url: github:inab/hello-workflows/840236984ef4ea967b62b8a2dac1da22f7766b29/nextflow/singularity-params.config | ||
output_dir: | ||
c-l-a-s-s: Directory | ||
# This hint tells that this parameter is the output directory | ||
autoFill: true | ||
autoPrefix: true | ||
environment: | ||
SECRET_VARIABLE: "The secret content" | ||
outputs: | ||
hello_output: | ||
c-l-a-s-s: File | ||
glob: "output_dir/*" |
22 changes: 22 additions & 0 deletions
22
tests/core/data/test-hello-nxf-too-long-docker-fixed.wfex.stage
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
workflow_id: github:inab/hello-workflows/26b45a412bb91e05c230a39fd268e65386c59d48/nextflow-too-long | ||
workflow_config: | ||
secure: false | ||
containerType: docker | ||
nextflow: | ||
maxTaskDuration: "1m" | ||
# All the inputs must be URLs or CURIEs from identifiers.org | ||
params: | ||
an_input: | ||
c-l-a-s-s: File | ||
url: github:inab/hello-workflows/840236984ef4ea967b62b8a2dac1da22f7766b29/nextflow/singularity-params.config | ||
output_dir: | ||
c-l-a-s-s: Directory | ||
# This hint tells that this parameter is the output directory | ||
autoFill: true | ||
autoPrefix: true | ||
environment: | ||
SECRET_VARIABLE: "The secret content" | ||
outputs: | ||
hello_output: | ||
c-l-a-s-s: File | ||
glob: "output_dir/*" |
15 changes: 15 additions & 0 deletions
15
tests/core/data/test-sleephello-cwl-singularity.wfex.stage
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
workflow_id: github:inab/hello-workflows/af6f6c3946072994761bd435e9f36b46b9a9f2e9/cwl/sleephello-workflow.cwl | ||
workflow_config: | ||
secure: false | ||
containerType: singularity | ||
# All the inputs must be URLs or CURIEs from identifiers.org | ||
params: | ||
an_input: | ||
c-l-a-s-s: File | ||
url: github:inab/hello-workflows/af6f6c3946072994761bd435e9f36b46b9a9f2e9/cwl/sleephello.yml | ||
sleep_time: 10 | ||
environment: | ||
SECRET_VARIABLE: "The secret content" | ||
outputs: | ||
sleephello_output: | ||
c-l-a-s-s: File |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.