Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple bugs in conda drop - mae pipeline #104

Closed
gevro opened this issue Aug 2, 2020 · 7 comments
Closed

Multiple bugs in conda drop - mae pipeline #104

gevro opened this issue Aug 2, 2020 · 7 comments

Comments

@gevro
Copy link

gevro commented Aug 2, 2020

Hi,
The 'mae' pipeline still has multiple bugs. I thought the conda environment was tested and working.

See below. Can you please fix these?

  1. [Sun Aug 2 12:24:43 2020]
    rule create_SNVs:
    input: /gpfs/scratch/evrong01/droptest2/.drop/modules/mae-pipeline/resource/chr_NCBI_UCSC.txt, /gpfs/scratch/evrong01/droptest2/.drop/modules/mae-pipeline/resource/chr_UCSC_NCBI.txt, /gpfs/data/variants/UDP-1000/WES.SNVINDEL/UDP-1002_exome.vcf.gz, /gpfs/scratch/evrong01/UDP-RNA_seq/UDP-1002_RNA.bam, /gpfs/scratch/evrong01/droptest2/.drop/modules/mae-pipeline/Scripts/MAE/filterSNVs.sh
    output: /gpfs/scratch/evrong01/droptest2/root/processed_data/mae/snvs/1841999--UDP-1002_RNA.vcf.gz, /gpfs/scratch/evrong01/droptest2/root/processed_data/mae/snvs/1841999--UDP-1002_RNA.vcf.gz.tbi
    jobid: 32
    wildcards: vcf=1841999, rna=UDP-1002_RNA

samtools: error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory

  1. [Sun Aug 2 12:24:53 2020]
    rule Scripts_MAE_gene_name_mapping_R:
    input: /gpfs/data/reference-files/GRCh38_gencode-STAR/gencode.v32.primary_assembly.annotation.gtf, Scripts/MAE/ge
    ne_name_mapping.R
    output: /gpfs/scratch/evrong01/droptest2/root/processed_data/mae/gene_name_mapping_v32.tsv
    jobid: 14
    wildcards: annotation=v32

INFO 2020-08-02 12:24:55 CreateSequenceDictionary Output dictionary will be written in /gpfs/data/refer
ence-files/GRCh38_gencode-STAR/GRCh38.primary_assembly.genome.dict
12:24:55.253 INFO NativeLibraryLoader - Loading libgkl_compression.so from jar:file:/gpfs/data/bin/drop_conda/share/
gatk4-4.1.8.1-0/gatk-package-4.1.8.1-local.jar!/com/intel/gkl/native/libgkl_compression.so
[Sun Aug 02 12:24:55 EDT 2020] CreateSequenceDictionary --REFERENCE /gpfs/data/reference-files/GRCh38_gencode-STAR/GR
Ch38.primary_assembly.genome.fa --TRUNCATE_NAMES_AT_WHITESPACE true --NUM_SEQUENCES 2147483647 --VERBOSITY INFO --QUIET false -
-VALIDATION_STRINGENCY STRICT --COMPRESSION_LEVEL 2 --MAX_RECORDS_IN_RAM 500000 --CREATE_INDEX false --CREATE_MD5_FILE false --
GA4GH_CLIENT_SECRETS client_secrets.json --help false --version false --showHidden false --USE_JDK_DEFLATER false --USE_JDK_INF
LATER false
[Sun Aug 02 12:24:55 EDT 2020] Executing as evrong01@cn-0020 on Linux 3.10.0-693.17.1.el7.x86_64 amd64; OpenJDK 64-Bit Server V
M 1.8.0_192-b01; Deflater: Intel; Inflater: Intel; Provider GCS is available; Picard version: Version:4.1.8.1
[Sun Aug 02 12:24:55 EDT 2020] picard.sam.CreateSequenceDictionary done. Elapsed time: 0.01 minutes.
Runtime.totalMemory()=2326265856
To get help, see http://broadinstitute.github.io/picard/index.html#GettingHelp
picard.PicardException: /gpfs/data/reference-files/GRCh38_gencode-STAR/GRCh38.primary_assembly.genome.dict already ex
ists. Delete this file and try again, or specify a different output file.
at picard.sam.CreateSequenceDictionary.doWork(CreateSequenceDictionary.java:220)
at picard.cmdline.CommandLineProgram.instanceMain(CommandLineProgram.java:305)
at org.broadinstitute.hellbender.cmdline.PicardCommandLineProgramExecutor.instanceMain(PicardCommandLineProgramExecutor
:
.java:25)
at org.broadinstitute.hellbender.Main.runCommandLineProgram(Main.java:160)
at org.broadinstitute.hellbender.Main.mainEntry(Main.java:203)
at org.broadinstitute.hellbender.Main.main(Main.java:289)
Using GATK jar /gpfs/data/bin/drop_conda/share/gatk4-4.1.8.1-0/gatk-package-4.1.8.1-local.jar
Running:
java -Dsamjdk.use_async_io_read_samtools=false -Dsamjdk.use_async_io_write_samtools=true -Dsamjdk.use_async_io_write_tribble=false -Dsamjdk.compression_level=2 -jar /gpfs/data/bin/drop_conda/share/gatk4-4.1.8.1-0/gatk-package-4.1.8.1-local.jar CreateSequenceDictionary --REFERENCE /gpfs/data/reference-files/GRCh38_gencode-STAR/GRCh38.primary_assembly.genome.fa
[Sun Aug 2 12:24:56 2020]
Error in rule create_dict:
jobid: 31
output: /gpfs/data/reference-files/GRCh38_gencode-STAR/GRCh38.dict
shell:
gatk CreateSequenceDictionary --REFERENCE /gpfs/data/reference-files/GRCh38_gencode-STAR/GRCh38.primary_assembly.genome.fa
(exited with non-zero exit code)

  1. Error in eval(jsub, SDenv, parent.frame()) :
    object 'gene_status' not found
    Calls: [ -> [.data.table -> eval -> eval
    Execution halted
    [Sun Aug 2 12:25:53 2020]
    Error in rule Scripts_MAE_gene_name_mapping_R:
    jobid: 14
    output: /gpfs/scratch/evrong01/droptest2/root/processed_data/mae/gene_name_mapping_v32.tsv
@c-mertes
Copy link
Contributor

c-mertes commented Aug 2, 2020

Dear @gevro

sorry for those issues. We did test it on bioconda and it went through. Both of the rules without issues.
https://circleci.com/api/v1.1/project/github/bioconda/bioconda-recipes/116726/output/106/0?file=true&allocation-id=5f177e277b8ff84d0ca3e52e-0-build%2F2009ACC5

Could you post your conda environment at the installed versions?

Apparently this is a known issue. Could you try to set the channels into the right order if not already tried?
bioconda/bioconda-recipes#12100 (comment)

You should not need the default channel.

channels:
  - conda-forge
  - bioconda

If this solved your problem we will updated it on our readme.

Regarding the second error @vyepez88 can probably say more about it.

@gevro
Copy link
Author

gevro commented Aug 2, 2020

Thanks. I'm not sure I understand. What do you need to me to do?

@gevro
Copy link
Author

gevro commented Aug 3, 2020

Here is my conda environment details. Also, my channels are correct. So this must be a bug in your conda package.

(/gpfs/home/evrong01/bin/drop_conda) [evrong01@bigpurple-ln3 ~]$ conda list

packages in environment at /gpfs/home/evrong01/bin/drop_conda:

Name Version Build Channel

_libgcc_mutex 0.1 conda_forge conda-forge
_openmp_mutex 4.5 0_gnu conda-forge
_r-mutex 1.0.1 anacondar_1 conda-forge
aioeasywebdav 2.4.0 py36_1000 conda-forge
aiohttp 3.6.2 py36h516909a_0 conda-forge
appdirs 1.4.3 py_1 conda-forge
async-timeout 3.0.1 py_1000 conda-forge
attrs 19.3.0 py_0 conda-forge
bc 1.07.1 h516909a_0 conda-forge
bcftools 1.10.2 h4f4756c_3 bioconda
bcrypt 3.1.7 py36h8c4c3a4_1 conda-forge
binutils_impl_linux-64 2.34 h53a641e_7 conda-forge
binutils_linux-64 2.34 hc952b39_20 conda-forge
bioconductor-annotate 1.66.0 r40_0 bioconda
bioconductor-annotationdbi 1.50.0 r40_0 bioconda
bioconductor-annotationhub 2.20.0 r40_0 bioconda
bioconductor-biobase 2.48.0 r40h037d062_0 bioconda
bioconductor-biocfilecache 1.12.0 r40_0 bioconda
bioconductor-biocgenerics 0.34.0 r40_0 bioconda
bioconductor-biocparallel 1.22.0 r40h5f743cb_0 bioconda
bioconductor-biocversion 3.11.1 r40_0 bioconda
bioconductor-biomart 2.44.0 r40_0 bioconda
bioconductor-biostrings 2.56.0 r40h037d062_0 bioconda
bioconductor-bsgenome 1.56.0 r40_0 bioconda
bioconductor-bsgenome.hsapiens.ucsc.hg19 1.4.3 r40_0 bioconda
bioconductor-delayedarray 0.14.0 r40h037d062_0 bioconda
bioconductor-delayedmatrixstats 1.10.0 r40_0 bioconda
bioconductor-deseq2 1.28.0 r40h5f743cb_0 bioconda
bioconductor-fraser 1.0.1 r40h5f743cb_0 bioconda
bioconductor-genefilter 1.70.0 r40hc6cf775_0 bioconda
bioconductor-geneplotter 1.66.0 r40_0 bioconda
bioconductor-genomeinfodb 1.24.0 r40_0 bioconda
bioconductor-genomeinfodbdata 1.2.3 r40_0 bioconda
bioconductor-genomicalignments 1.24.0 r40h037d062_0 bioconda
bioconductor-genomicfeatures 1.40.0 r40_0 bioconda
bioconductor-genomicranges 1.40.0 r40h037d062_0 bioconda
bioconductor-genomicscores 2.0.0 r40_0 bioconda
bioconductor-hdf5array 1.16.0 r40h037d062_0 bioconda
bioconductor-interactivedisplaybase 1.26.0 r40_0 bioconda
bioconductor-iranges 2.22.1 r40h037d062_0 bioconda
bioconductor-outrider 1.6.0 r40h5f743cb_0 bioconda
bioconductor-pcamethods 1.80.0 r40h5f743cb_0 bioconda
bioconductor-rhdf5 2.32.0 r40h5f743cb_0 bioconda
bioconductor-rhdf5lib 1.10.0 r40h037d062_0 bioconda
bioconductor-rhtslib 1.20.0 r40h037d062_0 bioconda
bioconductor-rsamtools 2.4.0 r40h5f743cb_0 bioconda
bioconductor-rsubread 2.2.1 r40h037d062_0 bioconda
bioconductor-rtracklayer 1.48.0 r40h037d062_0 bioconda
bioconductor-s4vectors 0.26.0 r40h037d062_0 bioconda
bioconductor-summarizedexperiment 1.18.1 r40_0 bioconda
bioconductor-variantannotation 1.34.0 r40h037d062_0 bioconda
bioconductor-xvector 0.28.0 r40h037d062_0 bioconda
bioconductor-zlibbioc 1.34.0 r40h037d062_0 bioconda
boto3 1.14.29 pyh9f0ad1d_0 conda-forge
botocore 1.17.29 pyh9f0ad1d_0 conda-forge
brotlipy 0.7.0 py36h8c4c3a4_1000 conda-forge
bwidget 1.9.14 0 conda-forge
bzip2 1.0.8 h516909a_2 conda-forge
ca-certificates 2020.6.20 hecda079_0 conda-forge
cachetools 4.1.1 py_0 conda-forge
cairo 1.16.0 h3fc0475_1005 conda-forge
certifi 2020.6.20 py36h9f0ad1d_0 conda-forge
cffi 1.14.1 py36h0ff685e_0 conda-forge
chardet 3.0.4 py36h9f0ad1d_1006 conda-forge
click 7.1.2 pyh9f0ad1d_0 conda-forge
click-log 0.3.2 py_0 conda-forge
configargparse 1.2.3 pyh9f0ad1d_0 conda-forge
crc32c 2.0 py36h516909a_0 conda-forge
cryptography 3.0 py36h45558ae_0 conda-forge
curl 7.71.1 he644dc0_3 conda-forge
datrie 0.8.2 py36h8c4c3a4_0 conda-forge
decorator 4.4.2 py_0 conda-forge
docutils 0.15.2 py36_0 conda-forge
drop 0.9.1 py_0 bioconda
dropbox 10.1.1 pyh9f0ad1d_0 conda-forge
expat 2.2.9 he1b5a44_2 conda-forge
fftw 3.3.8 nompi_h7f3a6c3_1111 conda-forge
filechunkio 1.8 py_2 conda-forge
font-ttf-dejavu-sans-mono 2.37 hab24e00_0 conda-forge
font-ttf-inconsolata 2.001 hab24e00_0 conda-forge
font-ttf-source-code-pro 2.030 hab24e00_0 conda-forge
font-ttf-ubuntu 0.83 hab24e00_0 conda-forge
fontconfig 2.13.1 h1056068_1002 conda-forge
fonts-conda-forge 1 0 conda-forge
freetype 2.10.2 he06d7ca_0 conda-forge
fribidi 1.0.10 h516909a_0 conda-forge
ftputil 4.0.0 py_0 conda-forge
gatk4 4.1.8.1 py38_0 bioconda
gcc_impl_linux-64 7.5.0 hd420e75_6 conda-forge
gcc_linux-64 7.5.0 h09487f9_20 conda-forge
gdk-pixbuf 2.38.2 h3f25603_4 conda-forge
gettext 0.19.8.1 hc5be6a0_1002 conda-forge
gfortran_impl_linux-64 7.5.0 hdf63c60_6 conda-forge
gfortran_linux-64 7.5.0 h09487f9_20 conda-forge
ghostscript 9.22 hf484d3e_1001 conda-forge
giflib 5.2.1 h516909a_2 conda-forge
gitdb 4.0.5 py_0 conda-forge
gitpython 3.1.3 py_0 conda-forge
glib 2.65.0 h6f030ca_0 conda-forge
gobject-introspection 1.64.1 py36h6d43c07_1 conda-forge
google-api-core 1.22.0 py36h9f0ad1d_1 conda-forge
google-auth 1.19.2 py_0 conda-forge
google-cloud-core 1.3.0 py_0 conda-forge
google-cloud-storage 1.28.1 pyh9f0ad1d_0 conda-forge
google-resumable-media 0.5.1 pyh9f0ad1d_0 conda-forge
googleapis-common-protos 1.51.0 py36h9f0ad1d_2 conda-forge
graphite2 1.3.13 he1b5a44_1001 conda-forge
graphviz 2.42.3 h0511662_0 conda-forge
gsl 2.6 h294904e_0 conda-forge
gxx_impl_linux-64 7.5.0 hdf63c60_6 conda-forge
gxx_linux-64 7.5.0 h09487f9_20 conda-forge
harfbuzz 2.4.0 hee91db6_5 conda-forge
htslib 1.10.2 hd3b49d5_1 bioconda
icu 67.1 he1b5a44_0 conda-forge
idna 2.10 pyh9f0ad1d_0 conda-forge
idna_ssl 1.1.0 py36_1000 conda-forge
imagemagick 7.0.10_24 pl526h201ca68_0 conda-forge
importlib-metadata 1.7.0 py36h9f0ad1d_0 conda-forge
importlib_metadata 1.7.0 0 conda-forge
ipython_genutils 0.2.0 py_1 conda-forge
jbig 2.1 h516909a_2002 conda-forge
jinja2 2.11.2 pyh9f0ad1d_0 conda-forge
jmespath 0.10.0 pyh9f0ad1d_0 conda-forge
jpeg 9d h516909a_0 conda-forge
jsonschema 3.2.0 py36h9f0ad1d_1 conda-forge
jupyter_core 4.6.3 py36h9f0ad1d_1 conda-forge
krb5 1.17.1 hfafb76e_1 conda-forge
ld_impl_linux-64 2.34 h53a641e_7 conda-forge
libblas 3.8.0 17_openblas conda-forge
libcblas 3.8.0 17_openblas conda-forge
libcroco 0.6.13 h8d621e5_1 conda-forge
libcurl 7.71.1 hcdd3856_3 conda-forge
libdeflate 1.6 h516909a_0 conda-forge
libedit 3.1.20191231 h46ee950_1 conda-forge
libffi 3.2.1 he1b5a44_1007 conda-forge
libgcc 7.2.0 h69d50b8_2 conda-forge
libgcc-ng 9.2.0 h24d8f2e_2 conda-forge
libgfortran-ng 7.5.0 hdf63c60_10 conda-forge
libgomp 9.2.0 h24d8f2e_2 conda-forge
libiconv 1.15 h516909a_1006 conda-forge
libidn2 2.3.0 h516909a_0 conda-forge
liblapack 3.8.0 17_openblas conda-forge
libopenblas 0.3.10 pthreads_hb3c22a3_4 conda-forge
libpng 1.6.37 hed695b0_1 conda-forge
libprotobuf 3.12.3 h8b12597_2 conda-forge
librsvg 2.49.3 h33a7fed_0 conda-forge
libssh2 1.9.0 hab1572f_4 conda-forge
libstdcxx-ng 9.2.0 hdf63c60_2 conda-forge
libtiff 4.1.0 hc7e4089_6 conda-forge
libtool 2.4.6 h14c3975_1002 conda-forge
libunistring 0.9.10 h14c3975_0 conda-forge
libuuid 2.32.1 h14c3975_1000 conda-forge
libwebp 1.1.0 h56121f0_4 conda-forge
libwebp-base 1.1.0 h516909a_3 conda-forge
libxcb 1.13 h14c3975_1002 conda-forge
libxml2 2.9.10 h72b56ed_2 conda-forge
lz4-c 1.9.2 he1b5a44_1 conda-forge
make 4.3 h516909a_0 conda-forge
markupsafe 1.1.1 py36h8c4c3a4_1 conda-forge
multidict 4.7.5 py36h8c4c3a4_1 conda-forge
nbformat 5.0.7 py_0 conda-forge
ncurses 6.2 he1b5a44_1 conda-forge
networkx 2.4 py_1 conda-forge
numpy 1.19.1 py36h7314795_0 conda-forge
openjdk 8.0.192 h516909a_1005 conda-forge
openjpeg 2.3.1 h981e76c_3 conda-forge
openssl 1.1.1g h516909a_0 conda-forge
pandas 1.0.5 py36h830a2c2_0 conda-forge
pandoc 2.10.1 h516909a_0 conda-forge
pango 1.42.4 h7062337_4 conda-forge
paramiko 2.7.1 py36_0 conda-forge
pcre 8.44 he1b5a44_0 conda-forge
pcre2 10.35 h2f06484_0 conda-forge
perl 5.26.2 h516909a_1006 conda-forge
pip 20.1.1 py_1 conda-forge
pixman 0.38.0 h516909a_1003 conda-forge
pkg-config 0.29.2 h516909a_1006 conda-forge
prettytable 0.7.2 py_3 conda-forge
protobuf 3.12.3 py36h831f99a_0 conda-forge
psutil 5.7.2 py36h8c4c3a4_0 conda-forge
pthread-stubs 0.4 h14c3975_1001 conda-forge
pyasn1 0.4.8 py_0 conda-forge
pyasn1-modules 0.2.7 py_0 conda-forge
pycparser 2.20 pyh9f0ad1d_2 conda-forge
pygments 2.6.1 py_0 conda-forge
pygraphviz 1.3.1 py36_0 bioconda
pynacl 1.3.0 py36h516909a_1001 conda-forge
pyopenssl 19.1.0 py_1 conda-forge
pyrsistent 0.16.0 py36h8c4c3a4_0 conda-forge
pysftp 0.2.9 py_1 conda-forge
pysocks 1.7.1 py36h9f0ad1d_1 conda-forge
python 3.6.11 h425cb1d_0_cpython conda-forge
python-dateutil 2.8.1 py_0 conda-forge
python-irodsclient 0.8.2 py_0 conda-forge
python_abi 3.6 1_cp36m conda-forge
pytz 2020.1 pyh9f0ad1d_0 conda-forge
pyyaml 5.3.1 py36h8c4c3a4_0 conda-forge
r-askpass 1.1 r40hcdcec82_2 conda-forge
r-assertthat 0.2.1 r40h6115d3f_2 conda-forge
r-backports 1.1.8 r40hcdcec82_0 conda-forge
r-base 4.0.2 he766273_1 conda-forge
r-base64enc 0.1_3 r40hcdcec82_1004 conda-forge
r-bbmisc 1.11 r40hcdcec82_1003 conda-forge
r-bh 1.72.0_3 r40h6115d3f_1 conda-forge
r-biocmanager 1.30.10 r40h6115d3f_1 conda-forge
r-bit 1.1_15.2 r40hcdcec82_1 conda-forge
r-bit64 0.9_7.1 r40hcdcec82_0 conda-forge
r-bitops 1.0_6 r40hcdcec82_1004 conda-forge
r-blob 1.2.1 r40h6115d3f_1 conda-forge
r-brew 1.0_6 r40h6115d3f_1003 conda-forge
r-callr 3.4.3 r40h6115d3f_1 conda-forge
r-catools 1.18.0 r40h0357c0b_1 conda-forge
r-checkmate 2.0.0 r40hcdcec82_1 conda-forge
r-cli 2.0.2 r40h6115d3f_1 conda-forge
r-clipr 0.7.0 r40h6115d3f_1 conda-forge
r-cluster 2.1.0 r40h9bbef5b_3 conda-forge
r-codetools 0.2_16 r40h6115d3f_1002 conda-forge
r-colorspace 1.4_1 r40hcdcec82_2 conda-forge
r-commonmark 1.7 r40hcdcec82_1002 conda-forge
r-covr 3.5.0 r40h0357c0b_1 conda-forge
r-cowplot 1.0.0 r40h6115d3f_2 conda-forge
r-crayon 1.3.4 r40h6115d3f_1003 conda-forge
r-crosstalk 1.1.0.1 r40h6115d3f_1 conda-forge
r-curl 4.3 r40hcdcec82_1 conda-forge
r-data.table 1.12.8 r40hcdcec82_1 conda-forge
r-dbi 1.1.0 r40h6115d3f_1 conda-forge
r-dbplyr 1.4.4 r40h6115d3f_0 conda-forge
r-dendextend 1.13.4 r40h6115d3f_1 conda-forge
r-desc 1.2.0 r40h6115d3f_1003 conda-forge
r-devtools 2.3.1 r40h6115d3f_0 conda-forge
r-digest 0.6.25 r40h0357c0b_2 conda-forge
r-dplyr 1.0.0 r40h0357c0b_0 conda-forge
r-dt 0.14 r40h6115d3f_0 conda-forge
r-egg 0.4.5 r40h6115d3f_2 conda-forge
r-ellipsis 0.3.1 r40hcdcec82_0 conda-forge
r-evaluate 0.14 r40h6115d3f_2 conda-forge
r-extradistr 1.8.11 r40h0357c0b_2 conda-forge
r-fansi 0.4.1 r40hcdcec82_1 conda-forge
r-farver 2.0.3 r40h0357c0b_1 conda-forge
r-fastmap 1.0.1 r40h0357c0b_1 conda-forge
r-foreach 1.5.0 r40h6115d3f_1 conda-forge
r-formatr 1.7 r40h6115d3f_2 conda-forge
r-fs 1.4.2 r40h0357c0b_0 conda-forge
r-futile.logger 1.4.3 r40h6115d3f_1003 conda-forge
r-futile.options 1.0.1 r40h6115d3f_1002 conda-forge
r-gclus 1.3.2 r40h6115d3f_2 conda-forge
r-gdata 2.18.0 r40h6115d3f_1003 conda-forge
r-generics 0.0.2 r40h6115d3f_1003 conda-forge
r-ggplot2 3.3.2 r40h6115d3f_0 conda-forge
r-ggthemes 4.2.0 r40h6115d3f_2 conda-forge
r-gh 1.1.0 r40h6115d3f_1 conda-forge
r-git2r 0.27.1 r40h7253d3a_0 conda-forge
r-glue 1.4.1 r40hcdcec82_0 conda-forge
r-gplots 3.0.4 r40h6115d3f_0 conda-forge
r-gridextra 2.3 r40h6115d3f_1003 conda-forge
r-gtable 0.3.0 r40h6115d3f_3 conda-forge
r-gtools 3.8.2 r40hcdcec82_1 conda-forge
r-heatmaply 1.1.0 r40h6115d3f_1 conda-forge
r-hexbin 1.28.1 r40h9bbef5b_1 conda-forge
r-highr 0.8 r40h6115d3f_2 conda-forge
r-hms 0.5.3 r40h6115d3f_1 conda-forge
r-htmltools 0.5.0 r40h0357c0b_0 conda-forge
r-htmlwidgets 1.5.1 r40h6115d3f_1 conda-forge
r-httpuv 1.5.4 r40h0357c0b_0 conda-forge
r-httr 1.4.2 r40h6115d3f_0 conda-forge
r-ini 0.3.1 r40h6115d3f_1003 conda-forge
r-isoband 0.2.2 r40h0357c0b_0 conda-forge
r-iterators 1.0.12 r40h6115d3f_1 conda-forge
r-jsonlite 1.7.0 r40hcdcec82_0 conda-forge
r-kernsmooth 2.23_17 r40hfa343cc_1 conda-forge
r-knitr 1.29 r40h6115d3f_0 conda-forge
r-labeling 0.3 r40h6115d3f_1003 conda-forge
r-lambda.r 1.2.4 r40h6115d3f_1 conda-forge
r-later 1.1.0.1 r40h0357c0b_0 conda-forge
r-lattice 0.20_41 r40hcdcec82_2 conda-forge
r-lazyeval 0.2.2 r40hcdcec82_2 conda-forge
r-lifecycle 0.2.0 r40h6115d3f_1 conda-forge
r-locfit 1.5_9.4 r40hcdcec82_1 conda-forge
r-magrittr 1.5 r40h6115d3f_1003 conda-forge
r-markdown 1.1 r40hcdcec82_1 conda-forge
r-mass 7.3_51.6 r40hcdcec82_2 conda-forge
r-matrix 1.2_18 r40h7fa42b6_3 conda-forge
r-matrixstats 0.56.0 r40hcdcec82_1 conda-forge
r-memoise 1.1.0 r40h6115d3f_1004 conda-forge
r-mgcv 1.8_31 r40h7fa42b6_1 conda-forge
r-mime 0.9 r40hcdcec82_1 conda-forge
r-munsell 0.5.0 r40h6115d3f_1003 conda-forge
r-nlme 3.1_148 r40h9bbef5b_0 conda-forge
r-openssl 1.4.2 r40he5c4762_0 conda-forge
r-pheatmap 1.0.12 r40h6115d3f_2 conda-forge
r-pillar 1.4.6 r40h6115d3f_0 conda-forge
r-pkgbuild 1.1.0 r40h6115d3f_0 conda-forge
r-pkgconfig 2.0.3 r40h6115d3f_1 conda-forge
r-pkgload 1.1.0 r40h0357c0b_0 conda-forge
r-plogr 0.2.0 r40h6115d3f_1003 conda-forge
r-plotly 4.9.2.1 r40h6115d3f_1 conda-forge
r-plyr 1.8.6 r40h0357c0b_1 conda-forge
r-praise 1.0.0 r40h6115d3f_1004 conda-forge
r-prettyunits 1.1.1 r40h6115d3f_1 conda-forge
r-processx 3.4.3 r40hcdcec82_0 conda-forge
r-progress 1.2.2 r40h6115d3f_2 conda-forge
r-promises 1.1.1 r40h0357c0b_0 conda-forge
r-prroc 1.3.1 r40_1002 conda-forge
r-ps 1.3.3 r40hcdcec82_0 conda-forge
r-purrr 0.3.4 r40hcdcec82_1 conda-forge
r-qap 0.1_1 r40h9bbef5b_1005 conda-forge
r-r.methodss3 1.8.0 r40h6115d3f_1 conda-forge
r-r.oo 1.23.0 r40h6115d3f_1 conda-forge
r-r.utils 2.9.2 r40h6115d3f_1 conda-forge
r-r6 2.4.1 r40h6115d3f_1 conda-forge
r-rappdirs 0.3.1 r40hcdcec82_1004 conda-forge
r-rcmdcheck 1.3.3 r40h6115d3f_3 conda-forge
r-rcolorbrewer 1.1_2 r40h6115d3f_1003 conda-forge
r-rcpp 1.0.4.6 r40h0357c0b_1 conda-forge
r-rcpparmadillo 0.9.900.2.0 r40h51c796c_0 conda-forge
r-rcurl 1.98_1.2 r40hcdcec82_1 conda-forge
r-registry 0.5_1 r40h6115d3f_2 conda-forge
r-rematch2 2.1.2 r40h6115d3f_1 conda-forge
r-remotes 2.2.0 r40h6115d3f_0 conda-forge
r-reshape2 1.4.4 r40h0357c0b_1 conda-forge
r-rex 1.2.0 r40h6115d3f_1 conda-forge
r-rlang 0.4.7 r40hcdcec82_0 conda-forge
r-rmarkdown 2.3 r40h6115d3f_0 conda-forge
r-roxygen2 7.1.1 r40h0357c0b_0 conda-forge
r-rprojroot 1.3_2 r40h6115d3f_1003 conda-forge
r-rsqlite 2.2.0 r40h0357c0b_2 conda-forge
r-rstudioapi 0.11 r40h6115d3f_1 conda-forge
r-rversions 2.0.2 r40h6115d3f_0 conda-forge
r-scales 1.1.1 r40h6115d3f_0 conda-forge
r-seriation 1.2_8 r40h9bbef5b_1 conda-forge
r-sessioninfo 1.1.1 r40h6115d3f_1002 conda-forge
r-shiny 1.5.0 r40h6115d3f_0 conda-forge
r-snow 0.4_3 r40h6115d3f_1002 conda-forge
r-sourcetools 0.1.7 r40he1b5a44_1002 conda-forge
r-stringi 1.4.6 r40h604b29c_3 conda-forge
r-stringr 1.4.0 r40h6115d3f_2 conda-forge
r-survival 3.2_3 r40hcdcec82_0 conda-forge
r-sys 3.4 r40hcdcec82_0 conda-forge
r-testthat 2.3.2 r40h0357c0b_1 conda-forge
r-tibble 3.0.3 r40hcdcec82_0 conda-forge
r-tidyr 1.1.0 r40h0357c0b_0 conda-forge
r-tidyselect 1.1.0 r40h6115d3f_0 conda-forge
r-tinytex 0.25 r40h6115d3f_0 conda-forge
r-tmae 0.9.0 r40h516909a_0 bioconda
r-tsp 1.1_10 r40hcdcec82_1 conda-forge
r-usethis 1.6.1 r40h6115d3f_1 conda-forge
r-utf8 1.1.4 r40hcdcec82_1003 conda-forge
r-vctrs 0.3.2 r40hcdcec82_0 conda-forge
r-vgam 1.1_3 r40h9bbef5b_1 conda-forge
r-viridis 0.5.1 r40h6115d3f_1004 conda-forge
r-viridislite 0.3.0 r40h6115d3f_1003 conda-forge
r-webshot 0.5.2 r40h6115d3f_1 conda-forge
r-whisker 0.4 r40h6115d3f_1 conda-forge
r-withr 2.2.0 r40h6115d3f_1 conda-forge
r-xfun 0.16 r40hcdcec82_0 conda-forge
r-xml 3.99_0.3 r40hcdcec82_1 conda-forge
r-xml2 1.3.2 r40h0357c0b_1 conda-forge
r-xopen 1.0.0 r40h6115d3f_1003 conda-forge
r-xtable 1.8_4 r40h6115d3f_3 conda-forge
r-yaml 2.2.1 r40hcdcec82_1 conda-forge
r-zeallot 0.1.0 r40h6115d3f_1002 conda-forge
ratelimiter 1.2.0 py36h9f0ad1d_1001 conda-forge
readline 8.0 he28a2e2_2 conda-forge
requests 2.24.0 pyh9f0ad1d_0 conda-forge
rsa 4.6 pyh9f0ad1d_0 conda-forge
s3transfer 0.3.3 py36h9f0ad1d_1 conda-forge
samtools 1.7 1 bioconda
sed 4.8 hbfbb72e_0 conda-forge
setuptools 49.2.0 py36h9f0ad1d_0 conda-forge
six 1.15.0 pyh9f0ad1d_0 conda-forge
smmap 3.0.4 pyh9f0ad1d_0 conda-forge
snakemake 5.14.0 0 bioconda
snakemake-minimal 5.14.0 py_1 bioconda
sqlite 3.32.3 hcee41ef_1 conda-forge
star 2.7.5a 0 bioconda
tabix 0.2.6 ha92aebf_0 bioconda
tk 8.6.10 hed695b0_0 conda-forge
tktable 2.10 h555a92e_3 conda-forge
toposort 1.5 py_3 conda-forge
traitlets 4.3.3 py36h9f0ad1d_1 conda-forge
typing_extensions 3.7.4.2 py_0 conda-forge
urllib3 1.25.10 py_0 conda-forge
wbuild 1.7.0 py_0 bioconda
wget 1.20.1 h22169c7_0 conda-forge
wheel 0.34.2 py_1 conda-forge
wrapt 1.12.1 py36h8c4c3a4_1 conda-forge
xmlrunner 1.7.7 py_0 conda-forge
xorg-kbproto 1.0.7 h14c3975_1002 conda-forge
xorg-libice 1.0.10 h516909a_0 conda-forge
xorg-libsm 1.2.3 h84519dc_1000 conda-forge
xorg-libx11 1.6.9 h516909a_0 conda-forge
xorg-libxau 1.0.9 h14c3975_0 conda-forge
xorg-libxdmcp 1.1.3 h516909a_0 conda-forge
xorg-libxext 1.3.4 h516909a_0 conda-forge
xorg-libxpm 3.5.13 h516909a_0 conda-forge
xorg-libxrender 0.9.10 h516909a_1002 conda-forge
xorg-libxt 1.1.5 h516909a_1003 conda-forge
xorg-renderproto 0.11.1 h14c3975_1002 conda-forge
xorg-xextproto 7.3.0 h14c3975_1002 conda-forge
xorg-xproto 7.0.31 h14c3975_1007 conda-forge
xz 5.2.5 h516909a_1 conda-forge
yaml 0.2.5 h516909a_0 conda-forge
yarl 1.4.2 py36h516909a_0 conda-forge
zipp 3.1.0 py_0 conda-forge
zlib 1.2.11 h516909a_1006 conda-forge
zstd 1.4.5 h6597ccf_2 conda-forge
(/gpfs/home/evrong01/bin/drop_conda) [evrong01@bigpurple-ln3 ~]$ cat ~/.condarc
channels:

  • conda-forge
  • bioconda
  • defaults
    channel_priority: flexible
    auto_activate_base: false

@gevro
Copy link
Author

gevro commented Aug 3, 2020

To fix the samtools issue probably requires upgrading to samtools 1.9. But doing this would affect other packages that might mess up DROP. Can you let me know the correct fix for this and fix the drop conda packages so that everything is working properly?

(/gpfs/home/evrong01/bin/drop_conda) [evrong01@bigpurple-ln3 ~]$ conda install -c bioconda samtools=1.9
Collecting package metadata (repodata.json): done
Solving environment: done

==> WARNING: A newer version of conda exists. <==
current version: 4.7.12
latest version: 4.8.3

Please update conda by running

$ conda update -n base -c defaults conda

Package Plan

environment location: /gpfs/home/evrong01/evronylab/bin/drop_conda

added / updated specs:
- samtools=1.9

The following packages will be downloaded:

package                    |            build
---------------------------|-----------------
bcftools-1.8               |       h4da6232_3         775 KB  bioconda
openssl-1.1.1g             |       h516909a_1         2.1 MB  conda-forge
python-3.6.10              |h8356626_1011_cpython        34.1 MB  conda-forge
readline-8.0               |       h46ee950_1         287 KB  conda-forge
------------------------------------------------------------
                                       Total:        37.2 MB

The following packages will be UPDATED:

openssl 1.1.1g-h516909a_0 --> 1.1.1g-h516909a_1
samtools 1.7-1 --> 1.9-h10a08f8_12

The following packages will be DOWNGRADED:

bcftools 1.10.2-h4f4756c_3 --> 1.8-h4da6232_3
htslib 1.10.2-hd3b49d5_1 --> 1.9-h4da6232_3
ncurses 6.2-he1b5a44_1 --> 6.1-hf484d3e_1002
python 3.6.11-h425cb1d_0_cpython --> 3.6.10-h8356626_1011_cpython
readline 8.0-he28a2e2_2 --> 8.0-h46ee950_1

@c-mertes
Copy link
Contributor

c-mertes commented Aug 3, 2020

@gevro you basically have now the solution by upgrading the samtool version. The only big differences where the three packages ncurses, samtools and python. I was able to reproduce your error and below is a command to correct your environment.

conda install --override-channels -c conda-forge -c bioconda -n drop_bug ncurses=6.1 samtools=1.10 python=3.6.10
samtools view Data/rna_bam/HG00116.2.M_120131_1_chr21.bam | head 

I issued an issue on bioconda on why this happend in the first place and how to solve it. As I do not know how to enforce this without fixing every single package version, which is not the idea of conda/bioconda.

@mumichae or @vyepez88 can you please make a FAQ and add this command to it as long as it is not fixed by conda/bioconda.

@vyepez88
Copy link
Collaborator

vyepez88 commented Aug 4, 2020

Hi, regarding your 3rd error object 'gene_status' not found, it was fixed already and should work in the next release of DROP

@gevro
Copy link
Author

gevro commented Aug 4, 2020

When will be the next release?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants