Open DarioS opened 2 years ago
Minimum code to trigger the warnings is:
$ java -cp software/gridss.jar gridss.analysis.CollectGridssMetrics TMP_DIR=/tmp/ I=/g/data/ag5/RYADAV/R_211102_RYADAV_DNA_M001/alignment/11_21_PK6_Fibro.cram O=/tmp/tmp.11_21_PK6_Fibro.cram THRESHOLD_COVERAGE=50000 PROGRAM=CollectInsertSizeMetrics STOP_AFTER=100
However, running CollectInsertSizeMetrics
directly, I can't trigger it.
$ gatk CollectInsertSizeMetrics -AS --STOP_AFTER 100 -I /g/data/ag5/RYADAV/R_211102_RYADAV_DNA_M001/alignment/11_21_PK6_Clone2.cram -O /tmp/test.txt -H /tmp/histogram.txt -R $FASTA
How can the warnings and skipped processing be avoided via CollectGridssMetrics
?
I converted CRAM files into BAM files using samtools view
and GRIDSS' pipeline works.
Hi @DarioS
You need to use a more recent version of GRIDSS. I had the same problem with CRAM file as input for GRIDSS version 2.9.4 but I used GRIDSS version 2.13 and it is working on CRAM file now. Please refer to the issue #291 about this.
Best,
When I used BAM files and version 2.9.4 of GRIDSS, the log files look like
but if the input is CRAM, I see
and preprocessing finishes without any errors in a couple of seconds. Can it be an error if 0 mapped pairs are found?