forked from apeltzer/IGCG-featureCounts
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update environment with MultiQC 1.6 and Singularity file fixing
- Loading branch information
Alexander Peltzer
committed
Aug 7, 2018
1 parent
2ef6aa0
commit a313071
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ Bootstrap:docker | |
%labels | ||
MAINTAINER Alexander Peltzer <[email protected]> | ||
DESCRIPTION Singularity image containing all requirements for ICGC-FeatureCounts pipeline | ||
VERSION 1.0.0dev | ||
VERSION 1.0.0 | ||
|
||
%files | ||
environment.yml / | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
name: nfcore-icgc-featurecounts-1.0.0dev | ||
name: nfcore-icgc-featurecounts-1.0.0 | ||
channels: | ||
- bioconda | ||
- conda-forge | ||
- defaults | ||
dependencies: | ||
- subread=1.6.2 | ||
- multiqc=1.5 | ||
- multiqc=1.6 |