Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Amit Fenn committed Nov 3, 2022
2 parents 3b54601 + a05dbdf commit dfe103f
Show file tree
Hide file tree
Showing 55 changed files with 749 additions and 675 deletions.
51 changes: 51 additions & 0 deletions asdockers-send-to-lrz-dockerhub.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
#!/bin/bash

tools=( sgseq irfinder )
#tools=( eventpointer asgal )
#tools=( mapsplice segemehl star aspli irfinder sgseq spladder whippet asgal eventpointer majiq subjunc minimap hisat gsnap dart crac contextmap bbmap)
#tools=( star aspli irfinder sgseq spladder whippet asgal eventpointer majiq )
#unused tools: subjunc bbmap contextmap crac dart gsnap hisat minimap mapsplice segemehl asgal eventpointer majiq
echo tool-list currently: ${tools[*]}

gitlabimagename="gitlab.lrz.de:5005/ge46ban/dockers/develop/"
dockerhubimagename="dicastproj/dicast"


dockerlist=$(docker images | grep dicast/ | cut -d ' ' -f1)

for i in ${tools[*]}
do echo tool: $i
docker tag dicast/$i:0.2 ${gitlabimagename}${i}:0.3
docker push ${gitlabimagename}${i}:0.3
done

#docker-compose -f /nfs/proj/AS_dockers/amit/dockers/scripts/snakemake/docker-compose.yml build

for i in ${tools[*]}
do echo tool: $i
docker tag dicast/$i:0.2 ${dockerhubimagename}:${i}
docker push ${dockerhubimagename}:${i}
done


#docker-compose -f /nfs/proj/AS_dockers/amit/dockers/scripts/snakemake/docker-compose.yml build

echo Moving on to delete images
docker images | grep $gitlabimagename
docker images | grep $dockerhubimagename

# echo Countdown ends at 20.
#for i in $(seq 1 2)
#do sleep 1
#echo $i
#done

for i in ${tools[*]}
do echo tool: $i
echo docker rmi ${gitlabimagename}${i}:0.3
done

for i in ${tools[*]}
do echo tool: $i
echo docker rmi ${dockerhubimagename}:${i}
done
Binary file modified docs/build/doctrees/contents.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/build/doctrees/further-information/about.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/further-information/example-files.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/further-information/faq.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/further-information/uninstall-dicast.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/get-started/config.doctree
Binary file not shown.
Binary file not shown.
Binary file modified docs/build/doctrees/get-started/config/as_parameters.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified docs/build/doctrees/get-started/run.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/get-started/run/dicast-cli.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/get-started/run/gui.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/get-started/run/one_tool.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/get-started/run/outputs.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/get-started/setup.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/get-started/setup/docker.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/get-started/setup/git.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/get-started/setup/input.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/get-started/setup/snakemake.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/tools/mapping.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/tools/mapping/bbmap.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/tools/mapping/contextmap.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/tools/mapping/crac.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/tools/mapping/dart.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/tools/mapping/gsnap.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/tools/mapping/hisat.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/tools/mapping/mapsplice.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/tools/mapping/minimap.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/tools/mapping/segemehl.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/tools/mapping/star.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/tools/mapping/subjunc.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/tools/splicing.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/tools/splicing/asgal.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/tools/splicing/aspli.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/tools/splicing/eventpointer.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/tools/splicing/irfinder.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/tools/splicing/kissplice.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/tools/splicing/majiq.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/tools/splicing/sgseq.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/tools/splicing/spladder.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/tools/splicing/whippet.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/tools/tools.doctree
Binary file not shown.
3 changes: 1 addition & 2 deletions docs/build/html/_sources/get-started/setup/snakemake.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,11 @@ Install Snakemake

If you have never worked with conda before you might want to get conda first: https://conda.io/projects/conda/en/latest/user-guide/install/index.html

``Mamba`` is a faster implementation of conda and while optional, is a recommended installation step to support your conda: https://mamba.readthedocs.io/en/latest/installation.html

.. prompt:: bash

# create conda environment from .yml file with snakemake in it.
mamba env create -f scripts/snakemake/dicast-snakemake.yml
conda env create -f scripts/snakemake/dicast-snakemake.yml

# if you want to use DICAST, activate the "dicast-snakemake" environment
conda activate dicast-snakemake
Expand Down
3 changes: 1 addition & 2 deletions docs/build/html/get-started/setup/snakemake.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,13 +151,12 @@
<h1>Install Snakemake<a class="headerlink" href="#install-snakemake" title="Permalink to this heading"></a></h1>
<p><code class="docutils literal notranslate"><span class="pre">snakemake</span></code> is the pipe-lining software that enables your DICAST runs. You can set up snakemake in a conda environment.</p>
<p>If you have never worked with conda before you might want to get conda first: <a class="reference external" href="https://conda.io/projects/conda/en/latest/user-guide/install/index.html">https://conda.io/projects/conda/en/latest/user-guide/install/index.html</a></p>
<p><code class="docutils literal notranslate"><span class="pre">Mamba</span></code> is a faster implementation of conda and while optional, is a recommended installation step to support your conda: <a class="reference external" href="https://mamba.readthedocs.io/en/latest/installation.html">https://mamba.readthedocs.io/en/latest/installation.html</a></p>
<div class="highlight-default notranslate"><div class="highlight"><pre><style type="text/css">
span.prompt1:before {
content: "$ ";
}
</style><span class="prompt1"><span class="c1"># create conda environment from .yml file with snakemake in it.</span></span>
<span class="prompt1">mamba env create -f scripts/snakemake/dicast-snakemake.yml</span>
<span class="prompt1">conda env create -f scripts/snakemake/dicast-snakemake.yml</span>
<span class="prompt1"></span>
<span class="prompt1"><span class="c1"># if you want to use DICAST, activate the &quot;dicast-snakemake&quot; environment</span></span>
<span class="prompt1">conda activate dicast-snakemake</span>
Expand Down
2 changes: 1 addition & 1 deletion docs/build/html/searchindex.js

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions docs/source/get-started/setup/snakemake.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,11 @@ Install Snakemake

If you have never worked with conda before you might want to get conda first: https://conda.io/projects/conda/en/latest/user-guide/install/index.html

``Mamba`` is a faster implementation of conda and while optional, is a recommended installation step to support your conda: https://mamba.readthedocs.io/en/latest/installation.html

.. prompt:: bash

# create conda environment from .yml file with snakemake in it.
mamba env create -f scripts/snakemake/dicast-snakemake.yml
conda env create -f scripts/snakemake/dicast-snakemake.yml

# if you want to use DICAST, activate the "dicast-snakemake" environment
conda activate dicast-snakemake
Expand Down
1 change: 1 addition & 0 deletions scripts/dicast_upset_scripts/compare_plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
import os
import argparse
import matplotlib
plt.switch_backend('Agg')
plt.ioff()


Expand Down

0 comments on commit dfe103f

Please sign in to comment.