nRnYqfrb5pJuTP5YAohj

environment.yml

Jan 26th, 2021
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. # You can use this file to create a conda environment for this pipeline:
  2. # conda env create -f environment.yml
  3. name: nf-core-rnaseq-1.4.2
  4. channels:
  5. - conda-forge
  6. - bioconda
  7. - defaults
  8. dependencies:
  9. ## conda-forge packages, sorting now alphabetically, without the channel prefix!
  10. - matplotlib=3.0.3 # Current 3.1.0 build incompatible with multiqc=1.7
  11. - r-base=3.6.1
  12. - conda-forge::r-data.table=1.12.4
  13. - conda-forge::r-gplots=3.0.1.1
  14. - conda-forge::r-markdown=1.1
  15.  
  16. ## bioconda packages, see above
  17. - bioconductor-dupradar=1.14.0
  18. - bioconductor-edger=3.26.5
  19. - bioconductor-tximeta=1.2.2
  20. - bioconductor-summarizedexperiment=1.14.0
  21. - deeptools=3.3.1
  22. - fastqc=0.11.8
  23. - gffread=0.11.4
  24. - hisat2=2.1.0
  25. - multiqc=1.7
  26. - picard=2.21.1
  27. - preseq=2.0.3
  28. - qualimap=2.2.2c
  29. - rseqc=3.0.1
  30. - salmon=0.14.2
  31. - samtools=1.9
  32. - sortmerna=2.1b # for metatranscriptomics
  33. - star=2.6.1d # Don't upgrade me - 2.7X indices incompatible with iGenomes.
  34. - stringtie=2.0
  35. - subread=1.6.4
  36. - trim-galore=0.6.4
  37. prefix: /home/USERNAME/scratch/conda/envs/nf-core-rnaseq-1.4.2
  38.  
Advertisement
Add Comment
Please, Sign In to add comment