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

gffread: unzip input fasta

parent 965d869e
No related branches found
No related tags found
No related merge requests found
...@@ -54,7 +54,8 @@ process spliced_cds { ...@@ -54,7 +54,8 @@ process spliced_cds {
file_prefix = file_id file_prefix = file_id
} }
""" """
gffread -x -M - -g ${fasta} ${gtf} \ gzip -dc ${fasta} > ${fasta.simpleName}_un.fasta
gffread -x -M - -g ${fasta.simpleName}_un.fasta ${gtf} \
> ${file_prefix}.fasta > ${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