mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 00:26:03 +00:00
Iterates over profiles and calls Nextflow
This commit is contained in:
parent
1dc523d726
commit
7962f7d756
1 changed files with 1 additions and 1 deletions
|
@ -26,4 +26,4 @@ env:
|
|||
|
||||
script:
|
||||
# Run the pipeline with the test profile and test remote config
|
||||
- nextflow run ${TRAVIS_BUILD_DIR}/configtest.nf -profile
|
||||
- grep -o "[a-z]*.config\"" ${TRAVIS_BUILD_DIR}/nfcore_custom.config | sed 's/.config\"//g' | cat | xargs -I {} nextflow run ${TRAVIS_BUILD_DIR}/configtest.nf -{}
|
||||
|
|
Loading…
Reference in a new issue