-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add sub-module pipeline-Nextflow-module * add pipeval 3.0.0 in default.config * add pipeval submodule from pipeline-Nextflow-module and modify input validation channel in main.nf * Update CHANGELOG.md * update pipeval version logging in main.nf * udpate validation output dir naming convention in main.nf * udpate validation output dir naming convention in main.nf * Update CHANGELOG.md * update main.nf * update sub-module pipeline-Nextflow-module * fix sha512sum command in sha512.nf * change run_validate to run_validate_PipeVal in node configs Co-authored-by: Mootor <mmootor@ip-0A125238.rhxrlfvjyzbupc03cc22jkch3c.xx.internal.cloudapp.net>
- Loading branch information
1 parent
567164b
commit 6ef3c28
Showing
12 changed files
with
42 additions
and
49 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "external/pipeline-Nextflow-module"] | ||
path = external/pipeline-Nextflow-module | ||
url = [email protected]:uclahs-cds/pipeline-Nextflow-module.git |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
process { | ||
withName: run_validate { | ||
withName: run_validate_PipeVal { | ||
cpus = 1 | ||
memory = 1.GB | ||
} | ||
|
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
process { | ||
withName: run_validate { | ||
withName: run_validate_PipeVal { | ||
cpus = 1 | ||
memory = 1.GB | ||
} | ||
|
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
process { | ||
withName: run_validate { | ||
withName: run_validate_PipeVal { | ||
cpus = 1 | ||
memory = 1.GB | ||
} | ||
|
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
process { | ||
withName: run_validate { | ||
withName: run_validate_PipeVal { | ||
cpus = 1 | ||
memory = 1.GB | ||
} | ||
|
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
process { | ||
withName: run_validate { | ||
withName: run_validate_PipeVal { | ||
cpus = 1 | ||
memory = 1.GB | ||
} | ||
|
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
Submodule pipeline-Nextflow-module
added at
5e315a
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 was deleted.
Oops, something went wrong.