Entering edit mode
7.4 years ago
biomagician
▴
410
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.
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?