mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 08:29:54 +00:00
parent
014111b925
commit
d7e891a576
1 changed files with 1 additions and 1 deletions
|
@ -27,4 +27,4 @@ script:
|
||||||
tr -s ' ' | \
|
tr -s ' ' | \
|
||||||
cut -d " " -f 2 | \
|
cut -d " " -f 2 | \
|
||||||
grep -v "czbiohub_aws" | \
|
grep -v "czbiohub_aws" | \
|
||||||
xargs -I {} nextflow run ${TRAVIS_BUILD_DIR}/configtest.nf --custom_config_base=${TRAVIS_BUILD_DIR} -profile {}
|
xargs -I {} nextflow run ${TRAVIS_BUILD_DIR}/configtest.nf -profile {}
|
||||||
|
|
Loading…
Reference in a new issue