Entering edit mode
6.2 years ago
ttsutsui1028
▴
20
Dear all,
I am in trouble to export BamUtil stats result as text file. Could anyone suggest me to solve this problem?
I have tried following
Path/to/bamutil stats --basic --in my.bam > stats.txt
Path/to/bamutil stats --basic --in my.bam | echo > stats.txt
Both couldn't write statistics in text file.
Thank you for your answer,
What happens then? Please be as informative as possible since we cannot see what happens on your screen.
Even I have experienced the same problem but then you can always use 'nohup' to get output appended in 'nohup.out'.
i.e you can use below command:
And you can find the stats written in nohup.out file
try @ ttsutsui1028 :
or