Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
singularityhub-EMBLRome
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Nicolas Descostes
singularityhub-EMBLRome
Commits
e3e860ee
Commit
e3e860ee
authored
2 years ago
by
descoste
Browse files
Options
Downloads
Patches
Plain Diff
remove parallelfastqdump
parent
c39bf5e6
No related branches found
Branches containing commit
No related tags found
1 merge request
!13
fasterq hidden macs2 picard
Pipeline
#32400
passed
2 years ago
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+0
-7
0 additions, 7 deletions
.gitlab-ci.yml
recipes/fastq-operations/parallelfastqdump/Singularity.parallelfastqdump-063
+0
-27
0 additions, 27 deletions
...tions/parallelfastqdump/Singularity.parallelfastqdump-063
with
0 additions
and
34 deletions
.gitlab-ci.yml
+
0
−
7
View file @
e3e860ee
...
...
@@ -36,13 +36,6 @@ image:
## WRITE YOUR TEST RULE HERE AFTER BRANCHING ON SUBMISSION AND CREATE A MERGE REQUEST
parallelfastqdump-063-test
:
extends
:
.templateTest
variables
:
BASENAME
:
parallelfastqdump
TAG
:
063
RECIPE_PATH
:
recipes/fastq-operations/parallelfastqdump
hiddendomains-31-test
:
extends
:
.templateTest
variables
:
...
...
This diff is collapsed.
Click to expand it.
recipes/fastq-operations/parallelfastqdump/Singularity.parallelfastqdump-063
deleted
100644 → 0
+
0
−
27
View file @
c39bf5e6
BootStrap: docker
From: ubuntu:bionic
%help
This singularity install parallel-fastq-dump v0.6.3.
%post
# ~~~~~~ General setup and folder creation ~~~~~~ #
apt-get update && apt-get install -y wget bzip2
# ~~~~~ MINICONDA 3.4.0.5 ~~~~~ #
wget https://repo.anaconda.com/miniconda/Miniconda3-4.0.5-Linux-x86_64.sh && \
bash Miniconda3-4.0.5-Linux-x86_64.sh -b -p /conda && \
rm -f Miniconda3-4.0.5-Linux-x86_64.sh
export PATH="/conda/bin:${PATH}"
# ~~~~~ parallel-fastq-dump 0.6.3 ~~~~~ #
conda install -y -c bioconda parallel-fastq-dump=0.6.3
%environment
export PATH="${PATH}:/conda/bin"
%labels
Author Nicolas Descostes
Version v0.0.2
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