mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2025-01-03 13:02:09 -05:00
Add nextflow.config
This commit is contained in:
parent
fab020461b
commit
7efd46b489
2 changed files with 3 additions and 1 deletions
2
.github/workflows/fastqc.yml
vendored
2
.github/workflows/fastqc.yml
vendored
|
@ -27,4 +27,4 @@ jobs:
|
||||||
sudo mv nextflow /usr/local/bin/
|
sudo mv nextflow /usr/local/bin/
|
||||||
|
|
||||||
# Test the module
|
# Test the module
|
||||||
- run: nextflow run ./software/fastqc/test/ -with-docker
|
- run: nextflow run ./software/fastqc/test/
|
||||||
|
|
2
software/fastqc/test/nextflow.config
Normal file
2
software/fastqc/test/nextflow.config
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
|
||||||
|
docker.enabled = true
|
Loading…
Reference in a new issue