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
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,6 @@ process gffread {
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.
Finish editing this message first!
Please register or to comment