how can I output the merged.gtf of cuffmerge in another folder ?
Dear all,
I am running the following command to merge all the GTFs from different samples into a merged GTF:
cuffmerge --ref-gtf celegans.gtf --ref-sequence celegans.fa assemblies.txt -o pooled/
It outputs the merged.gtf file in merged_asm/ folder. Does anybody know how I can change the folder in which the file is written?
Thanks.
Best,
Cristian.
• 2,218 views
•
link
0 answers
No answers yet.
Log in to answer this question.
That is a design choice on part of the developers.
So, it's not possible to change the folder? :=(
so I am just moving the folder with Unix command 'mv'.
Do it once the run completes.
What do you mean by run? The cuffmerge command or after the cuffdiff?