From 71eaa83bf60b27a4b4ed2999b73bae81c7025fc1 Mon Sep 17 00:00:00 2001 From: JoseEspinosa Date: Tue, 14 Jul 2020 17:26:45 +0200 Subject: [PATCH] bedtoools/complementBed changed to bedtools/complement --- software/bedtools/{complementbed => complement}/Dockerfile | 0 software/bedtools/{complementbed => complement}/environment.yml | 0 software/bedtools/{complementbed => complement}/main.nf | 0 software/bedtools/{complementbed => complement}/meta.yml | 0 .../bedtools/{complementbed => complement}/test/input_data/A.bed | 0 .../{complementbed => complement}/test/input_data/genome.sizes | 0 software/bedtools/{complementbed => complement}/test/main.nf | 0 .../bedtools/{complementbed => complement}/test/nextflow.config | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename software/bedtools/{complementbed => complement}/Dockerfile (100%) rename software/bedtools/{complementbed => complement}/environment.yml (100%) rename software/bedtools/{complementbed => complement}/main.nf (100%) rename software/bedtools/{complementbed => complement}/meta.yml (100%) rename software/bedtools/{complementbed => complement}/test/input_data/A.bed (100%) rename software/bedtools/{complementbed => complement}/test/input_data/genome.sizes (100%) rename software/bedtools/{complementbed => complement}/test/main.nf (100%) rename software/bedtools/{complementbed => complement}/test/nextflow.config (100%) diff --git a/software/bedtools/complementbed/Dockerfile b/software/bedtools/complement/Dockerfile similarity index 100% rename from software/bedtools/complementbed/Dockerfile rename to software/bedtools/complement/Dockerfile diff --git a/software/bedtools/complementbed/environment.yml b/software/bedtools/complement/environment.yml similarity index 100% rename from software/bedtools/complementbed/environment.yml rename to software/bedtools/complement/environment.yml diff --git a/software/bedtools/complementbed/main.nf b/software/bedtools/complement/main.nf similarity index 100% rename from software/bedtools/complementbed/main.nf rename to software/bedtools/complement/main.nf diff --git a/software/bedtools/complementbed/meta.yml b/software/bedtools/complement/meta.yml similarity index 100% rename from software/bedtools/complementbed/meta.yml rename to software/bedtools/complement/meta.yml diff --git a/software/bedtools/complementbed/test/input_data/A.bed b/software/bedtools/complement/test/input_data/A.bed similarity index 100% rename from software/bedtools/complementbed/test/input_data/A.bed rename to software/bedtools/complement/test/input_data/A.bed diff --git a/software/bedtools/complementbed/test/input_data/genome.sizes b/software/bedtools/complement/test/input_data/genome.sizes similarity index 100% rename from software/bedtools/complementbed/test/input_data/genome.sizes rename to software/bedtools/complement/test/input_data/genome.sizes diff --git a/software/bedtools/complementbed/test/main.nf b/software/bedtools/complement/test/main.nf similarity index 100% rename from software/bedtools/complementbed/test/main.nf rename to software/bedtools/complement/test/main.nf diff --git a/software/bedtools/complementbed/test/nextflow.config b/software/bedtools/complement/test/nextflow.config similarity index 100% rename from software/bedtools/complementbed/test/nextflow.config rename to software/bedtools/complement/test/nextflow.config