Ansi log false for tests

This commit is contained in:
Phil Ewels 2019-12-05 22:20:02 +01:00
parent e2a205c8df
commit 51bd2c0277
4 changed files with 4 additions and 4 deletions

View file

@ -19,4 +19,4 @@ jobs:
sudo mv nextflow /usr/local/bin/
# Test the module
- run: nextflow run ./tools/fastqc/test/
- run: nextflow run ./tools/fastqc/test/ -ansi-log false

View file

@ -19,4 +19,4 @@ jobs:
sudo mv nextflow /usr/local/bin/
# Test the module
- run: nextflow run ./tools/samtools/index/test/
- run: nextflow run ./tools/samtools/index/test/ -ansi-log false

View file

@ -19,4 +19,4 @@ jobs:
sudo mv nextflow /usr/local/bin/
# Test the module
- run: nextflow run ./tools/samtools/sort/test/
- run: nextflow run ./tools/samtools/sort/test/ -ansi-log false

View file

@ -19,4 +19,4 @@ jobs:
sudo mv nextflow /usr/local/bin/
# Test the module
- run: nextflow run ./tools/trim_galore/test/
- run: nextflow run ./tools/trim_galore/test/ -ansi-log false