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

gffread: add -x option

parent 3dd05762
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} -o ${file_prefix}.fasta
gffread ${gtf} -g ${fasta} -x -o ${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