From 72257d39a93a05df811eb0a0e770ad9eef1d1c55 Mon Sep 17 00:00:00 2001 From: Emmanuel Labaronne <emmanuel.labaronne@ens-lyon.fr> Date: Fri, 14 Feb 2020 14:22:26 +0100 Subject: [PATCH] cleaning old files --- environment.yaml | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 environment.yaml diff --git a/environment.yaml b/environment.yaml deleted file mode 100644 index 115021ad..00000000 --- a/environment.yaml +++ /dev/null @@ -1,26 +0,0 @@ -name: ribo -channels: - - conda-forge - - defaults - - bioconda - - cyclus -dependencies: - - python=3.6 - - nextflow=19.04.1 - - openjdk=8 - - samtools>=1.4 - - sra-tools>=2.8.1 - - fastqc=0.11.8 - - setuptools - - pip - - numpy - - pandas - - matplotlib - - bowtie2=2.3.4.3 - - hisat2=2.1.0=py36h2d50403_1 - - pysam - - bedtools=2.27.1 - - cutadapt=1.18 - - pip: - - git+https://github.com/ribosomeprofiling/ribopy.git - - git+https://github.com/ribosomeprofiling/rfcommands.git -- GitLab