-
Notifications
You must be signed in to change notification settings - Fork 369
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deterioration of IlluminaBasecallsToSam performance and memory usage over the past year #1771
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Report
Affected tool(s)
IlluminaBasecallsToSam
Affected version(s)
Description
IlluminaBasecallsToSam has gotten slower and memory use has increased in releases over the past year.
Steps to reproduce
I ran a small job on various versions of picard:
java -Djava.io.tmpdir=/broad/hptmp/alecw/HFNTVAFX3 -XX:+UseParallelOldGC -XX:ParallelGCThreads=1 -XX:GCTimeLimit=50 -XX:GCHeapFreeLimit=10 -Xmx29384m -jar picard.jar IlluminaBasecallsToSam TMP_DIR=/broad/hptmp/alecw/HFNTVAFX3 VALIDATION_STRINGENCY=SILENT BASECALLS_DIR=/broad/mccarroll/dropulation_census/raw_data/2022-01-04/225552339/Data/Intensities/BaseCalls LANE=1 RUN_BARCODE=HFNTVAFX3 NUM_PROCESSORS=1 READ_STRUCTURE=83T83T INCLUDE_NON_PF_READS=false APPLY_EAMSS_FILTER=false MAX_RECORDS_IN_RAM=600000 IGNORE_UNEXPECTED_BARCODES=false SEQUENCING_CENTER=BI OUTPUT=test.bam SAMPLE_ALIAS=xxx LIBRARY_NAME=xxx ADAPTERS_TO_CHECK=null RUN_START_DATE=01/04/2022
Expected behavior
_Successful completion in ~15 minutes.
Actual behavior
Let me know if you'd like me to try other versions, or if there is anything else I can do.
The text was updated successfully, but these errors were encountered: