mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2025-01-03 04:52:09 -05:00
Merge pull request #52 from drpatelh/master
Why isn't GitHub API refreshing with these changes?!
This commit is contained in:
commit
7f13463d0b
8 changed files with 3 additions and 1 deletions
|
@ -2,6 +2,8 @@ FROM nfcore/base:1.7
|
|||
LABEL authors="phil.ewels@scilifelab.se" \
|
||||
description="Docker image for nf-core modules trimgalore"
|
||||
|
||||
#### THIS IS A BUG
|
||||
|
||||
# foobar
|
||||
COPY environment.yml /
|
||||
RUN conda env create -f /environment.yml && conda clean -a
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Import generic module functions
|
||||
include { initOptions; saveFiles; getSoftwareName } from './functions'
|
||||
include { initOptions; saveFiles; getSoftwareName } from './lib/functions'
|
||||
|
||||
process FASTQC {
|
||||
tag "$meta.id"
|
||||
|
|
Loading…
Reference in a new issue