mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2025-01-02 20:52:07 -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" \
|
LABEL authors="phil.ewels@scilifelab.se" \
|
||||||
description="Docker image for nf-core modules trimgalore"
|
description="Docker image for nf-core modules trimgalore"
|
||||||
|
|
||||||
|
#### THIS IS A BUG
|
||||||
|
|
||||||
# foobar
|
# foobar
|
||||||
COPY environment.yml /
|
COPY environment.yml /
|
||||||
RUN conda env create -f /environment.yml && conda clean -a
|
RUN conda env create -f /environment.yml && conda clean -a
|
||||||
|
|
|
@ -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