Fixing command to run nxf

This commit is contained in:
JoseEspinosa 2020-03-06 12:47:55 +01:00
parent 7fe0a936f6
commit bcc89c27ca

View file

@ -25,4 +25,6 @@ jobs:
sudo mv nextflow /usr/local/bin/ sudo mv nextflow /usr/local/bin/
# Test the module # Test the module
- run: cd tools/tcoffee/test/ | nextflow run . -ansi-log false - run: |
cd tools/tcoffee/test/
nextflow run . -ansi-log false