-
Notifications
You must be signed in to change notification settings - Fork 16
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
Gemini 5.2.11 does not complete - errors for different chromosomes #55
Comments
Hi. I can take a look at this. Does it work OK when you don't specify chromosomes? |
just confirming, I'm finding some issues with the multiprocessor cli with 5.2.11. I'm trying to fix. I'll send an update when I have a patch |
HI! I have a new release here with a few fixes (https://github.com/tamsen/Pisces/releases/tag/v5.3.0.0). It should help your issue (or at the very least, expose enough logging to help). Can you please download it and give it a try? When you run GeminiMulti, it should make two folders GeminiChromosomeLogs and GeminiMultiLogs. Hopefully if the error still occurs, we can see the the issue in those logs. At that point, we can drill down to the problem specific to your bam. Note, the new command line is as below, and does NOT require dotnet or the ".dll" extension. /new/pisces/path/pisces_all/GeminiMulti --bam my.bam --genome /Genomes/HomoSapiens/Homo_sapiens/UCSC/hg19/Sequence/WholeGenomeFasta --samtools samtools --exePath /new/pisces/path/pisces_all/Gemini --outFolder out --numProcesses 24 --chromosomes chr1,chr2,chr3,chr4,chr5,chr6,chr7,chr8,chr9,chr10,chr11,chr12,chr13,chr14,chr15,chr16,chr17,chr18,chr19,chr20,chr21,chr22,chrX,chrY Hope this helps, |
I have the same problem here. I am using v5.3.0.0 This works
but when I add this
I don't get any error message (unlike kotliary) but I get an These are the last lines of the log file
The output looks good to me. I mean, the new BAM is created ( I have not checked in details) but I would like to know where the list of the indels is. I cannot find this in GeminiChromosomeLogs or GeminiMultiLogs. Regards, |
Gemini (5.2.11 release) does not complete running WES BAM file selecting multiple chromosomes with
--chromosomes
argument. Every time I run Gemini I get different chromosomes with an error, some time the error code is 1, sometime 134 or 137 or 139. What those codes mean?If I increase the memory requirement (I run it on a cluster nodes) from 20GB to 64GB I get less chromosomes with error, about half for 20GB, and just 2 for 64GB. With 128GB I get also 2 chromosomes as with 64GB. And the chromosomes with an error are always different, and it seems it doesn't depend on order they are processed.
BTW, when I run without specifying memory requirement all chromosome gave error code 137.
My command line:
The error:
There is no error in logs for individual chromosomes.
The minimum set of chromosomes I could successfully run is
chr20,chr21,chr22,chrX,chrY
. If I add one more chromosome it fails.I have also tried he previous version, but had the same problem.
If you need an example BAM file, I can provide, but the files are big, over 20GB.
The text was updated successfully, but these errors were encountered: