I'm getting an install error I can't seem to figure out, related to conda linking packages. Seems related to an IOerror (see below). I have anaconda installed in ~/ and removed this from my PATH (this hasn't caused problems before).
The following packages will be UPDATED:
numpy: 1.12.1-py27_0 --> 1.12.1-py27_nomkl_0 [nomkl] (soft-link)
scipy: 0.19.0-np112py27_0 --> 0.19.0-np112py27_nomkl_0 [nomkl] (soft-link)
The following packages will be DOWNGRADED due to dependency conflicts:
samtools: 1.4-0 bioconda --> 1.3.1-5 bioconda (soft-link)
Unlinking packages ...
[ COMPLETE ]|####################################################################################################################################################| 100%
Linking packages ...
An unexpected error has occurred.
Please consider posting the following information to the
conda GitHub issue tracker at:
Current conda install:
platform : linux-64
conda version : 4.2.13
conda is private : False
conda-env version : 4.2.13
conda-build version : not installed
python version : 2.7.13.final.0
requests version : 2.12.4
root environment : /athena/elementolab/scratch/asd2007/local/share/bcbio/anaconda (writable)
default environment : /athena/elementolab/scratch/asd2007/local/share/bcbio/anaconda
envs directories : /athena/elementolab/scratch/asd2007/local/share/bcbio/anaconda/envs
package cache : /athena/elementolab/scratch/asd2007/local/share/bcbio/anaconda/pkgs
config file : None
offline mode : False
`$ /athena/elementolab/scratch/asd2007/local/share/bcbio/anaconda/bin/conda install -y -c bioconda -c r -c conda-forge age-metasv bamtools bamutil bcbio-prioritize bcbio-rnaseq bcbio-variation bcbio-variation-recall bcbreport bcftools=1.3.0 bedtools=2.24.0 bio-vcf biobambam bowtie bowtie2=2.2.8 bwa bwakit cage cancerit-allelecount cnvkit cpat cramtools crossmap cufflinks cutadapt cyvcf2 delly dkfz-bias-filter express extract-sv-reads fastqc fgbio freebayes=1.1.0 gatk gatk-framework gemini geneimpacts genesplicer glpk=4.57 goleft grabix gridss gsort gvcf-regions hap.py hisat2 hmmlearn htseq htslib=1.3 impute2 kallisto kraken lofreq lumpy-sv macs2 manta maxentscan mbuffer metasv mirdeep2=2.0.0.7 moreutils multiqc multiqc-bcbio ngs-disambiguate novoalign oncofuse optitype pandoc parallel pbgzip perl-sanger-cgp-battenberg phylowgs picard pindel platypus-variant pyloh pytabix pythonpy qsignature qualimap rapmap razers3 rtg-tools sailfish salmon sambamba samblaster samtools=1.3.1 scalpel sentieon seq2c seqbuster seqtk sickle-trim simple_sv_annotation snap-aligner=1.0dev.97 snpeff=4.3i spades star stringtie subread svtools svtyper tdrmapper theta2 tophat tophat-recondition ucsc-bedgraphtobigwig ucsc-bedtobigbed ucsc-bigbedinfo ucsc-bigbedsummary ucsc-bigbedtobed ucsc-bigwiginfo ucsc-bigwigsummary ucsc-bigwigtobedgraph ucsc-bigwigtowig ucsc-fatotwobit ucsc-gtftogenepred ucsc-liftover ucsc-wigtobigwig umis vardict vardict-java variant-effect-predictor=87 variantbam varscan vawk vcf2db vcfanno vcflib viennarna vt wham anaconda-client awscli nodejs p7zip s3gof3r perl-app-cpanminus perl-archive-extract perl-archive-zip perl-bio-db-sam perl-cgi perl-dbi perl-encode-locale perl-file-fetch perl-file-sharedir perl-file-sharedir-install perl-ipc-system-simple perl-lwp-protocol-https perl-lwp-simple perl-statistics-descriptive perl-time-hires perl-vcftools-vcf bioconductor-annotate bioconductor-biocinstaller bioconductor-biocstyle bioconductor-biostrings bioconductor-biovizbase bioconductor-bubbletree bioconductor-cn.mops bioconductor-degreport bioconductor-deseq2 bioconductor-dexseq bioconductor-dnacopy bioconductor-genomicranges bioconductor-iranges bioconductor-limma bioconductor-rtracklayer r r-cghflasso r-chbutils r-devtools r-dplyr r-dt r-ggdendro r-ggplot2 r-gplots r-gsalib r-knitr r-pheatmap r-plyr r-pscbs r-reshape r-rmarkdown r-rsqlite r-sleuth r-snow r-stringi r-wasabi`
Traceback (most recent call last):
File "/athena/elementolab/scratch/asd2007/local/share/bcbio/anaconda/lib/python2.7/site-packages/conda/exceptions.py", line 479, in conda_exception_handler
return_value = func(*args, **kwargs)
File "/athena/elementolab/scratch/asd2007/local/share/bcbio/anaconda/lib/python2.7/site-packages/conda/cli/main.py", line 145, in _main
exit_code = args.func(args, p)
File "/athena/elementolab/scratch/asd2007/local/share/bcbio/anaconda/lib/python2.7/site-packages/conda/cli/main_install.py", line 80, in execute
install(args, parser, 'install')
File "/athena/elementolab/scratch/asd2007/local/share/bcbio/anaconda/lib/python2.7/site-packages/conda/cli/install.py", line 405, in install
execute_actions(actions, index, verbose=not context.quiet)
File "/athena/elementolab/scratch/asd2007/local/share/bcbio/anaconda/lib/python2.7/site-packages/conda/plan.py", line 643, in execute_actions
inst.execute_instructions(plan, index, verbose)
File "/athena/elementolab/scratch/asd2007/local/share/bcbio/anaconda/lib/python2.7/site-packages/conda/instructions.py", line 135, in execute_instructions
cmd(state, arg)
File "/athena/elementolab/scratch/asd2007/local/share/bcbio/anaconda/lib/python2.7/site-packages/conda/instructions.py", line 78, in LINK_CMD
link(state['prefix'], dist, lt, index=state['index'])
File "/athena/elementolab/scratch/asd2007/local/share/bcbio/anaconda/lib/python2.7/site-packages/conda/install.py", line 986, in link
_link(src, dst, lt)
File "/athena/elementolab/scratch/asd2007/local/share/bcbio/anaconda/lib/python2.7/site-packages/conda/install.py", line 171, in _link
shutil.copy2(src, dst)
File "/athena/elementolab/scratch/asd2007/local/share/bcbio/anaconda/lib/python2.7/shutil.py", line 130, in copy2
copyfile(src, dst)
File "/athena/elementolab/scratch/asd2007/local/share/bcbio/anaconda/lib/python2.7/shutil.py", line 82, in copyfile
with open(src, 'rb') as fsrc:
IOError: [Errno 2] No such file or directory: u'/athena/elementolab/scratch/asd2007/local/share/bcbio/anaconda/pkgs/kraken-0.10.6_eaf8fb68-pl5.22.0_3/bin/activate.bak'
[kraken ]| | 0%
Fatal error: local() encountered an error (return code 1) while executing '/athena/elementolab/scratch/asd2007/local/share/bcbio/anaconda/bin/conda install -y -c bioconda -c r -c conda-forge age-metasv bamtools bamutil bcbio-prioritize bcbio-rnaseq bcbio-variation bcbio-variation-recall bcbreport bcftools=1.3.0 bedtools=2.24.0 bio-vcf biobambam bowtie bowtie2=2.2.8 bwa bwakit cage cancerit-allelecount cnvkit cpat cramtools crossmap cufflinks cutadapt cyvcf2 delly dkfz-bias-filter express extract-sv-reads fastqc fgbio freebayes=1.1.0 gatk gatk-framework gemini geneimpacts genesplicer glpk=4.57 goleft grabix gridss gsort gvcf-regions hap.py hisat2 hmmlearn htseq htslib=1.3 impute2 kallisto kraken lofreq lumpy-sv macs2 manta maxentscan mbuffer metasv mirdeep2=2.0.0.7 moreutils multiqc multiqc-bcbio ngs-disambiguate novoalign oncofuse optitype pandoc parallel pbgzip perl-sanger-cgp-battenberg phylowgs picard pindel platypus-variant pyloh pytabix pythonpy qsignature qualimap rapmap razers3 rtg-tools sailfish salmon sambamba samblaster samtools=1.3.1 scalpel sentieon seq2c seqbuster seqtk sickle-trim simple_sv_annotation snap-aligner=1.0dev.97 snpeff=4.3i spades star stringtie subread svtools svtyper tdrmapper theta2 tophat tophat-recondition ucsc-bedgraphtobigwig ucsc-bedtobigbed ucsc-bigbedinfo ucsc-bigbedsummary ucsc-bigbedtobed ucsc-bigwiginfo ucsc-bigwigsummary ucsc-bigwigtobedgraph ucsc-bigwigtowig ucsc-fatotwobit ucsc-gtftogenepred ucsc-liftover ucsc-wigtobigwig umis vardict vardict-java variant-effect-predictor=87 variantbam varscan vawk vcf2db vcfanno vcflib viennarna vt wham anaconda-client awscli nodejs p7zip s3gof3r perl-app-cpanminus perl-archive-extract perl-archive-zip perl-bio-db-sam perl-cgi perl-dbi perl-encode-locale perl-file-fetch perl-file-sharedir perl-file-sharedir-install perl-ipc-system-simple perl-lwp-protocol-https perl-lwp-simple perl-statistics-descriptive perl-time-hires perl-vcftools-vcf bioconductor-annotate bioconductor-biocinstaller bioconductor-biocstyle bioconductor-biostrings bioconductor-biovizbase bioconductor-bubbletree bioconductor-cn.mops bioconductor-degreport bioconductor-deseq2 bioconductor-dexseq bioconductor-dnacopy bioconductor-genomicranges bioconductor-iranges bioconductor-limma bioconductor-rtracklayer r r-cghflasso r-chbutils r-devtools r-dplyr r-dt r-ggdendro r-ggplot2 r-gplots r-gsalib r-knitr r-pheatmap r-plyr r-pscbs r-reshape r-rmarkdown r-rsqlite r-sleuth r-snow r-stringi r-wasabi'
Aborting.
Traceback (most recent call last):
File "bcbio_nextgen_install.py", line 248, in <module>
main(parser.parse_args(), sys.argv[1:])
File "bcbio_nextgen_install.py", line 44, in main
subprocess.check_call([bcbio, "upgrade"] + _clean_args(sys_argv, args))
File "/home/asd2007/anaconda2/lib/python2.7/subprocess.py", line 186, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/athena/elementolab/scratch/asd2007/local/share/bcbio/anaconda/bin/bcbio_nextgen.py', 'upgrade', '--tooldir=/athena/elementolab/scratch/asd2007/local']' returned non-zero exit status 1
Please let me know if you have any advice.