Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hic
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LBMC
Hub
hic
Commits
06bc08ea
Commit
06bc08ea
authored
5 years ago
by
nservant
Browse files
Options
Downloads
Patches
Plain Diff
fix conda env
parent
15e501e7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
environment.yml
+3
-3
3 additions, 3 deletions
environment.yml
main.nf
+3
-1
3 additions, 1 deletion
main.nf
with
6 additions
and
4 deletions
environment.yml
+
3
−
3
View file @
06bc08ea
...
@@ -6,7 +6,7 @@ channels:
...
@@ -6,7 +6,7 @@ channels:
-
bioconda
-
bioconda
-
defaults
-
defaults
dependencies
:
dependencies
:
-
python=2.7.1
3
-
python=2.7.1
6
-
pip=18.1
-
pip=18.1
-
conda-forge::scipy=1.0.1
-
conda-forge::scipy=1.0.1
-
conda-forge::numpy=1.9.3
-
conda-forge::numpy=1.9.3
...
@@ -15,7 +15,7 @@ dependencies:
...
@@ -15,7 +15,7 @@ dependencies:
-
bioconda::pysam=0.14.1
-
bioconda::pysam=0.14.1
-
cooler=0.8.3
-
cooler=0.8.3
-
bowtie2=2.3.5
-
bowtie2=2.3.5
-
samtools=1.
7
-
samtools=1.
9
-
multiqc=1.
6
-
bioconda::
multiqc=1.
7
-
pip
:
-
pip
:
-
iced==0.4.2
-
iced==0.4.2
This diff is collapsed.
Click to expand it.
main.nf
+
3
−
1
View file @
06bc08ea
...
@@ -236,6 +236,7 @@ summary['Run Name'] = custom_runName ?: workflow.runName
...
@@ -236,6 +236,7 @@ summary['Run Name'] = custom_runName ?: workflow.runName
summary['Reads'] = params.reads
summary['Reads'] = params.reads
summary['splitFastq'] = params.splitFastq
summary['splitFastq'] = params.splitFastq
summary['Fasta Ref'] = params.fasta
summary['Fasta Ref'] = params.fasta
summary['Restriction Motif']= params.restriction_site
summary['Ligation Motif'] = params.ligation_site
summary['Ligation Motif'] = params.ligation_site
summary['DNase Mode'] = params.dnase
summary['DNase Mode'] = params.dnase
summary['Remove Dup'] = params.rm_dup
summary['Remove Dup'] = params.rm_dup
...
@@ -311,8 +312,9 @@ process get_software_versions {
...
@@ -311,8 +312,9 @@ process get_software_versions {
echo $workflow.manifest.version > v_pipeline.txt
echo $workflow.manifest.version > v_pipeline.txt
echo $workflow.nextflow.version > v_nextflow.txt
echo $workflow.nextflow.version > v_nextflow.txt
bowtie2 --version > v_bowtie2.txt
bowtie2 --version > v_bowtie2.txt
python --version > v_python.txt
python --version > v_python.txt
2>&1
samtools --version > v_samtools.txt
samtools --version > v_samtools.txt
multiqc --version > v_multiqc.txt
scrape_software_versions.py &> software_versions_mqc.yaml
scrape_software_versions.py &> software_versions_mqc.yaml
"""
"""
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment