Merge pull request #52 from drpatelh/master

Why isn't GitHub API refreshing with these changes?!
This commit is contained in:
Harshil Patel 2020-08-05 16:36:25 +01:00 committed by GitHub
commit 7f13463d0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 3 additions and 1 deletions

View file

@ -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

View file

@ -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"