Skip to content

Commit

Permalink
Changes output path for create_gtf
Browse files Browse the repository at this point in the history
renewiegandt authored Dec 15, 2018
1 parent c1f05e2 commit c998452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline.nf
Original file line number Diff line number Diff line change
@@ -575,7 +575,7 @@ process cluster_quality {
process create_GTF {
conda "${path_env}"

publishDir 'Path', mode:'copy'
publishDir "${params.out}/gtf/", mode: 'copy'

output:
file ('*.gtf') into gtf_for_uropa

0 comments on commit c998452

Please sign in to comment.