I just tried Picard to remove PCR duplicates and used the test_sorted.bam (obtained by using samtools sort) as the input file. My following command
java -jar MarkDuplicates.jar test_sorted.bam test_rmdup.bam
gave me an error
ERROR: Invalid argument 'test_sorted.bam'.
Anybody knows where I did wrong?
Thanks for all your help in advance.
java -jar MarkDuplicates.jar test_sorted.bam test_rmdup.bam
gave me an error
ERROR: Invalid argument 'test_sorted.bam'.
Anybody knows where I did wrong?
Thanks for all your help in advance.
[0-9]+)
airN:filterFlag. I believe the tools expect pair IDs in the form /1 and /2. Check the output from the workbench to see how they identify pairs.
Comment