From e40176969891dd0218c7ce3c22068acf964b0f31 Mon Sep 17 00:00:00 2001 From: Sven Fillinger Date: Fri, 8 Mar 2019 10:54:41 +0100 Subject: [PATCH] Corrects NXF command line call --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6a640b8..8e413e6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 {}