Entering edit mode
9.5 years ago
mmukhame321
▴
60
Hello,
I am trying to output a file that removed PCR duplicates by using rmdup command. My file is single-ends.
I put this into my terminal: samtools rdup [-s] input_path_file_directory > output_path_file_and_file_name.bam
It makes the file, the only thing is that the file is empty. Any ideas why?
Thanks
Are you using this command?
You don't need '
>
' symbol to get the output bam.>
explains empty output.Exactly :-)
Thank you! I overlooked that, and got the results I needed!