Moving bedtools/intersectbed to bedtools/intersect

This commit is contained in:
JoseEspinosa 2020-07-14 17:40:17 +02:00
parent c059a485b9
commit b38135ff6b
8 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# You can use this file to create a conda environment for this pipeline: # You can use this file to create a conda environment for this pipeline:
# conda env create -f environment.yml # conda env create -f environment.yml
name: nf-core-bedtools-intersectbed name: nf-core-bedtools-intersect
channels: channels:
- conda-forge - conda-forge
- bioconda - bioconda

View file

@ -1,7 +1,7 @@
name: bedtools intersect name: bedtools intersect
description: Returns the overlapping features between two sets of genomics features description: Returns the overlapping features between two sets of genomics features
keywords: keywords:
- intersect,bed,bedtools - bedtools intersect
tools: tools:
- bedtools: - bedtools:
description: | description: |