-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #51 from DKFZ-ODCF/lsf-env-none-fix
Lsf env none fix
- Loading branch information
Showing
11 changed files
with
96 additions
and
68 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
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 |
---|---|---|
|
@@ -13,5 +13,4 @@ cache/singularity/* | |
*.html.* | ||
*~ | ||
*.sif | ||
.circleci | ||
.git |
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,9 +4,9 @@ LABEL maintainer="Philip R. Kensche <[email protected]>" | |
|
||
# Capitalized versions for many tools. Minuscle version at least for apt. | ||
ARG HTTP_PROXY="" | ||
ARG http_proxy="" | ||
ARG http_proxy="$HTTP_PROXY" | ||
ARG HTTPS_PROXY="" | ||
ARG https_proxy="" | ||
ARG https_proxy="$HTTPS_PROXY" | ||
ARG NO_PROXY="" | ||
ARG no_proxy="$NO_PROXY" | ||
|
||
|
@@ -32,7 +32,7 @@ RUN apt update && \ | |
# For login Bash /etc/profile and ~/.profile is sourced. /etc/profile sources /etc/bash.bashrc. | ||
# For non-login, interactive Bash /etc/bash.bashrc is sourced directly. | ||
# For non-login, non-interactive Bash. We set BASH_ENV/ENV to /etc/bash.bashrc | ||
# NOTE: ~/.bashrc could not be used, because when using because ~/ is /root/. | ||
# NOTE: ~/.bashrc could not be used, because when using it, ~/ is /root/. | ||
# Therefore /etc/bash.bashrc is used to use conda for all user IDs. | ||
# NOTE: Conda should be fully available in non-login, interactive shell. Conda itself creates | ||
# /etc/profile.d/conda.sh. The code that `conda init bash` writes to ~/.bashrc is moved | ||
|
@@ -45,14 +45,7 @@ RUN grep "managed by 'conda init'" -A 100 ~/.bashrc >> /etc/container.bashrc && | |
echo -e '\ | ||
set +u\n\ | ||
source activate nf-bam2fastq\n\ | ||
set -u\n\ | ||
export SAMTOOLS_BINARY=samtools\n\ | ||
export PICARD_BINARY=picard\n\ | ||
export JAVA_BINARY=java\n\ | ||
export MBUFFER_BINARY=mbuffer\n\ | ||
export CHECKSUM_BINARY=md5sum\n\ | ||
export PERL_BINARY=perl\n\ | ||
export BIOBAMBAM_BAM2FASTQ_BINARY=bamtofastq\n' >> /etc/container.bashrc && \ | ||
set -u\n\' >> /etc/container.bashrc && \ | ||
echo "source /etc/profile" > ~/.profile && \ | ||
cp ~/.profile /.profile && \ | ||
echo "source /etc/container.bashrc" >> /etc/bash.bashrc | ||
|
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
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
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
Empty file.
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
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
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,13 +1,51 @@ | ||
name: nf-bam2fastq | ||
name: nf-bam2fastq | ||
channels: | ||
- conda-forge | ||
- bioconda | ||
- defaults | ||
dependencies: | ||
- bash=5.0.018 | ||
- biobambam=2.0.179 | ||
- mbuffer=20160228 | ||
- perl=5.22.2.1 | ||
- pigz=2.3.4 | ||
- python=3.6 | ||
- samtools=1.11 | ||
- _libgcc_mutex=0.1=conda_forge | ||
- _openmp_mutex=4.5=1_gnu | ||
- bash=5.0.018=h0a1914f_0 | ||
- biobambam=2.0.179=h7d875b9_1 | ||
- boost-cpp=1.74.0=h312852a_4 | ||
- bzip2=1.0.8=h7f98852_4 | ||
- c-ares=1.17.1=h7f98852_1 | ||
- ca-certificates=2021.5.30=ha878542_0 | ||
- certifi=2021.5.30=py36h5fab9bb_0 | ||
- curl=7.77.0=hea6ffbf_0 | ||
- htslib=1.11=hd3b49d5_2 | ||
- icu=68.1=h58526e2_0 | ||
- krb5=1.19.1=hcc1bbae_0 | ||
- ld_impl_linux-64=2.35.1=hea4e1c9_2 | ||
- libcurl=7.77.0=h2574ce0_0 | ||
- libdeflate=1.7=h7f98852_5 | ||
- libedit=3.1.20191231=he28a2e2_2 | ||
- libev=4.33=h516909a_1 | ||
- libffi=3.3=h58526e2_2 | ||
- libgcc-ng=9.3.0=h2828fa1_19 | ||
- libgomp=9.3.0=h2828fa1_19 | ||
- libmaus2=2.0.777=h6eb57d2_0 | ||
- libnghttp2=1.43.0=h812cca2_0 | ||
- libssh2=1.9.0=ha56f1ee_6 | ||
- libstdcxx-ng=9.3.0=h6de172a_19 | ||
- lz4-c=1.9.3=h9c3ff4c_0 | ||
- mbuffer=20160228=h779adbc_3 | ||
- ncurses=6.2=h58526e2_4 | ||
- openssl=1.1.1k=h7f98852_0 | ||
- perl=5.22.2.1=0 | ||
- pigz=2.3.4=hed695b0_1 | ||
- pip=21.1.2=pyhd8ed1ab_0 | ||
- python=3.6.13=hffdb5ce_0_cpython | ||
- python_abi=3.6=1_cp36m | ||
- readline=8.1=h46c0cb4_0 | ||
- samtools=1.11=h6270b1f_0 | ||
- setuptools=49.6.0=py36h5fab9bb_3 | ||
- snappy=1.1.8=he1b5a44_3 | ||
- sqlite=3.35.5=h74cdb3f_0 | ||
- staden_io_lib=1.14.14=h7c09d56_1 | ||
- tk=8.6.10=h21135ba_1 | ||
- wheel=0.36.2=pyhd3deb0d_0 | ||
- xz=5.2.5=h516909a_1 | ||
- zlib=1.2.11=h516909a_1010 | ||
- zstd=1.5.0=ha95c52a_0 |
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