mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
Use correct link to fastqc
This commit is contained in:
parent
2b6a68260b
commit
3ec4f63fd8
7 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
// Import generic module functions
|
// Import generic module functions
|
||||||
include { initOptions; saveFiles; getSoftwareName } from './functions'
|
include { initOptions; saveFiles; getSoftwareName } from './lib/functions'
|
||||||
|
|
||||||
process FASTQC {
|
process FASTQC {
|
||||||
tag "$meta.id"
|
tag "$meta.id"
|
||||||
|
|
Loading…
Reference in a new issue