1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-09-21 06:02:03 +00:00

Corrects NXF command line call

This commit is contained in:
Sven Fillinger 2019-03-08 10:54:41 +01:00
parent 7962f7d756
commit e401769698

View file

@ -26,4 +26,4 @@ env:
script:
# 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 {}