mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
Moving bedtools/intersectbed to bedtools/intersect
This commit is contained in:
parent
c059a485b9
commit
b38135ff6b
8 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# You can use this file to create a conda environment for this pipeline:
|
||||
# conda env create -f environment.yml
|
||||
name: nf-core-bedtools-intersectbed
|
||||
name: nf-core-bedtools-intersect
|
||||
channels:
|
||||
- conda-forge
|
||||
- bioconda
|
|
@ -1,7 +1,7 @@
|
|||
name: bedtools intersect
|
||||
description: Returns the overlapping features between two sets of genomics features
|
||||
keywords:
|
||||
- intersect,bed,bedtools
|
||||
- bedtools intersect
|
||||
tools:
|
||||
- bedtools:
|
||||
description: |
|
Loading…
Reference in a new issue