-
Notifications
You must be signed in to change notification settings - Fork 0
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
biomcmc_realloc error #4
Comments
Hello! thanks for the kind words, and for trying tatajuba! This seems quite a strict coverage depth. Maybe you can try again with I assume this is the problem since from your report it exited before doing the BWA mapping. However I notice you are trying to use a human reference genome, which was not its original intent — I am not sure it can handle such large genomes. Certainly it will be slow (it will need to create the index once and then map all samples against it). Just loading the GFF took 50 minutes! |
Hi Leonardo, Thank you for your prompt response. I changed the coverage threshold as you suggested but there was similar error as before. Here is the error message: [warning] Decreasing number of threads to match number of samples processing paired files /sg/seqData/private/targeted/illumina/SG_wetlab/xGen/CES_Immuno_v4/20191031_NE-1885_aFFPE/00a_S13_R1_001.fastq.gz and /sg/seqData/private/targeted/illumina/SG_wetlab/xGen/CES_Immuno_v4/20191031_NE-1885_aFFPE/00a_S13_R2_001.fastq.gz Probably it was caused by the fact that tatajuba could not handle human reference genome. In that case, do you know if there are other tools available for handling human reference genome? Thanks, |
Hello the tatajuba team,
Thank you for developing this very nice tool. I installed tatajuba:1.0.4--h7132678_1 through Singularity. After launching the tool, it successfully completed to build index files for fasta but failed in processing the fastq files.
Here is my command line:
cd /mnt/premiumfileshare/bfan/projects/homopolymer/RD-5729/tatajuba/ docker run -v
pwd:
pwd-w
pwdquay.io/biocontainers/tatajuba:1.0.4--h7132678_1 tatajuba \ -p -k 28 -i 25 -V \ -g /mnt/premiumfileshare/bfan/projects/homopolymer/RD-5729/tatajuba/GRCh37_latest_genomic.gff.gz \ -f /mnt/premiumfileshare/bfan/projects/homopolymer/RD-5729/tatajuba/GRCh37_latest_genomic.fna.gz \ -o /mnt/premiumfileshare/bfan/projects/homopolymer/RD-5729/tatajuba/ \ /sg/seqData/private/targeted/illumina/SG_wetlab/xGen/CES_Immuno_v4/20191031_NE-1885_aFFPE/00a_S13_R1_001.fastq.gz \ /sg/seqData/private/targeted/illumina/SG_wetlab/xGen/CES_Immuno_v4/20191031_NE-1885_aFFPE/00a_S13_R2_001.fastq.gz \ /sg/seqData/private/targeted/illumina/SG_wetlab/xGen/CES_Immuno_v4/20191031_NE-1885_aFFPE/10a_S1_R1_001.fastq.gz \ /sg/seqData/private/targeted/illumina/SG_wetlab/xGen/CES_Immuno_v4/20191031_NE-1885_aFFPE/10a_S1_R2_001.fastq.gz
The error message is:
[warning] Decreasing number of threads to match number of samples
tatajuba 1.0.4
Reference genome fasta file: /mnt/premiumfileshare/bfan/projects/homopolymer/RD-5729/tatajuba/GRCh37_latest_genomic.fna.gz
Reference GFF3 file prefix: /mnt/premiumfileshare/bfan/projects/homopolymer/RD-5729/tatajuba/GRCh37_latest_genomic
Output directory: /mnt/premiumfileshare/bfan/projects/homopolymer/RD-5729/tatajuba/
Number of samples: 2 (paired-end)
Max distance per flanking k-mer: 1
Levenshtein distance for merging: 2
Flanking k-mer size (context): 28
Min tract length to consider: 4
Min depth of tract lengths: 25
Remove biased tracts: yes
Number of threads (requested or optimised): 2
Assuming paired-end samples: their file names should be consecutive (no file name check is conducted)
Read GFF3 reference genome in 3196.322516 secs
processing paired files /sg/seqData/private/targeted/illumina/SG_wetlab/xGen/CES_Immuno_v4/20191031_NE-1885_aFFPE/00a_S13_R1_001.fastq.gz and /sg/seqData/private/targeted/illumina/SG_wetlab/xGen/CES_Immuno_v4/20191031_NE-1885_aFFPE/00a_S13_R2_001.fastq.gz
processing paired files /sg/seqData/private/targeted/illumina/SG_wetlab/xGen/CES_Immuno_v4/20191031_NE-1885_aFFPE/10a_S1_R1_001.fastq.gz and /sg/seqData/private/targeted/illumina/SG_wetlab/xGen/CES_Immuno_v4/20191031_NE-1885_aFFPE/10a_S1_R2_001.fastq.gz
[ error ] biomcmc_realloc error on pointer 0x35100EF0 of 0 bites
[note to developers] If you want to debug me, set a breakpoint on function biomcmc_error()
Could you please let me know your comments?
Thanks,
Baojian
The text was updated successfully, but these errors were encountered: