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

gffread: add -x and -M option

parent b9a27794
Branches
Tags
No related merge requests found
...@@ -25,6 +25,6 @@ process gffread { ...@@ -25,6 +25,6 @@ process gffread {
file_prefix = file_id file_prefix = file_id
} }
""" """
gffread ${gtf} -g ${fasta} -x -o ${file_prefix}.fasta gffread ${gtf} -g ${fasta} -M -x ${file_prefix}.fasta
""" """
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment