I'm not a java programmer so I need some help doing something I hope there's someone here who can assist!
According to the fastqc documentation, for calculating duplication levels it considers only the first 200,000 reads (to be memory efficient).... Memory is not an issue for me. I want a comprehensive output on my seq duplication level. Can anyone help me in modifying the module which does the above said task to accept and process all reads?
Reason: I want to compare the results to those from picard's ELC.
Warning: Is FASTQC open source? Can it be modified without permission? It's GPL v3 released so i think it can be modified openly
Thanks in advance!
According to the fastqc documentation, for calculating duplication levels it considers only the first 200,000 reads (to be memory efficient).... Memory is not an issue for me. I want a comprehensive output on my seq duplication level. Can anyone help me in modifying the module which does the above said task to accept and process all reads?
Reason: I want to compare the results to those from picard's ELC.
Warning: Is FASTQC open source? Can it be modified without permission? It's GPL v3 released so i think it can be modified openly
Thanks in advance!
Comment