mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 08:29:54 +00:00
Corrects NXF command line call
This commit is contained in:
parent
7962f7d756
commit
e401769698
1 changed files with 1 additions and 1 deletions
|
@ -26,4 +26,4 @@ env:
|
||||||
|
|
||||||
script:
|
script:
|
||||||
# Run the pipeline with the test profile and test remote config
|
# Run the pipeline with the test profile and test remote config
|
||||||
- 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 -{}
|
- 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 -profile {}
|
||||||
|
|
Loading…
Reference in a new issue