mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
Fixing command to run nxf
This commit is contained in:
parent
7fe0a936f6
commit
bcc89c27ca
1 changed files with 3 additions and 1 deletions
4
.github/workflows/tcoffee.yml
vendored
4
.github/workflows/tcoffee.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue