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

src/nf_modules/gffread/main.nf: fix typo :59

parent 566d96a1
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ process spliced_cds {
"""
gzip -dc ${fasta} > ${fasta.simpleName}_un.fasta
gzip -dc ${gtf} > ${gtf.simpleName}_un.gtf
gffread -x -M - -g ${fasta.simpleName}_un.fasta ${gtf.simpleName}_un.gtf \
gffread -x -M -g ${fasta.simpleName}_un.fasta ${gtf.simpleName}_un.gtf \
> ${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