Skip to content
Snippets Groups Projects
Verified Commit bc81c837 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

bedtools: fix typo :19

parent b2f88ee7
Branches
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ process fasta_from_bed { ...@@ -16,7 +16,7 @@ process fasta_from_bed {
tuple val(file_id), path(bed) tuple val(file_id), path(bed)
output: output:
tuple val(bed_id), path("*_extracted.fasta"), emit: fasta tuple val(file_id), path("*_extracted.fasta"), emit: fasta
script: script:
""" """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment