Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
CEPLAS RNASeq Workshop 2022
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
Container 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
HHU Plant Biochemistry
CEPLAS RNASeq Workshop 2022
Commits
d10d8f18
Commit
d10d8f18
authored
2 years ago
by
Alisandra Denton
Browse files
Options
Downloads
Patches
Plain Diff
day three as ready as it's getting
parent
c2250f0e
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
_reader/RNAseqWorkshop.pdf
+0
-0
0 additions, 0 deletions
_reader/RNAseqWorkshop.pdf
workflows/maindocker/Dockerfile
+8
-3
8 additions, 3 deletions
workflows/maindocker/Dockerfile
workflows/maindocker/python_installs.sh
+0
-1
0 additions, 1 deletion
workflows/maindocker/python_installs.sh
with
8 additions
and
4 deletions
_reader/RNAseqWorkshop.pdf
+
0
−
0
View file @
d10d8f18
No preview for this file type
This diff is collapsed.
Click to expand it.
workflows/maindocker/Dockerfile
+
8
−
3
View file @
d10d8f18
...
...
@@ -24,9 +24,11 @@ ENV TZ=Europe/Berlin
RUN
apt
install
libncurses5-dev zlib1g-dev libbz2-dev liblzma-dev cmake jellyfish python-tk libcurl4-openssl-dev libgit2-dev libssl-dev
-y
WORKDIR
/home/$DOCKER_USER/repos
RUN
git clone https://github.com/alisandra/RNAseq_workshop_helpers.git
RUN
mkdir
/home/
$DOCKER_USER
/bin
&&
find RNAseq_workshop_helpers
.
-maxdepth
2
-type
f
-executable
|xargs
-I
%
cp
% /home/
$DOCKER_USER
/bin/
RUN
mkdir
/home/
$DOCKER_USER
/repos
&&
\
cd
/home/
$DOCKER_USER
/repos
&&
\
git clone https://github.com/alisandra/RNAseq_workshop_helpers.git
&&
\
mkdir
/home/
$DOCKER_USER
/bin
&&
\
find RNAseq_workshop_helpers
.
-maxdepth
2
-type
f
-executable
|xargs
-I
%
cp
% /home/
$DOCKER_USER
/bin/
#echo "please add the following lines to your ~/.bashrc file"
#echo 'export PATH=$PATH:'$SOFTWAREDIR'/bin'
...
...
@@ -117,6 +119,9 @@ EXPOSE 8889
COPY
./first.sh /home/$DOCKER_USER/
RUN
chown
$DOCKER_USER
:
$DOCKER_USER
/home/
$DOCKER_USER
/first.sh
RUN
cd
/home/
$DOCKER_USER
/repos/alisandra/cDNA_Cupcake
&&
\
pip
install
.
ENV
PATH="/home/$DOCKER_USER/bin:${PATH}"
USER
$DOCKER_USER
...
...
This diff is collapsed.
Click to expand it.
workflows/maindocker/python_installs.sh
+
0
−
1
View file @
d10d8f18
...
...
@@ -24,7 +24,6 @@ cd repos/alisandra
git clone https://github.com/Magdoll/cDNA_Cupcake.git
cd
cDNA_Cupcake/
git checkout v28.0.0
pip3
install
-r
requirements.txt
pip
install
.
cd
$oldpwd
...
...
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