-
Notifications
You must be signed in to change notification settings - Fork 9
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
pureclip coredumps #11
Comments
Hi, I assume you are using PureCLIP v1.3.1 ? Best, |
Hi, you are right it is v1.3.1. |
Hi, sorry for the late reply. It seems that there are relatively few signals in the regions used for parameter learning, in your case chr. 1 - 3. PureCLIP discards regions with only one read starting within 4 bandwidths. After this only 15 regions remain, which might cause a problem during model training. You could try to omit the '-iv' parameter in order to use all given data for parameter learning, maybe that helps. However, in general this problem should of course be handled differently. If you could send me the data to reproduce the error in a private message I will try to address this in the future. Best, |
Hi, I just wanted to ask if you did get my private message via filesender with the data? |
Hi, yes thanks, I got the link and downloaded the data, but didn't deal with the problem yet. |
Hi @skrakau , I installed the package from conda. pureclip -i aligned.prepro.R2.bam -bai aligned.prepro.R2.bam.bai \
-g ref.hg19.fa -iv 'chr1;chr2;chr3;' -nt 0 \
-o PureCLIP.crosslink_sites.bed \
-ts 6000 -mtc2 5000 -nta 0 -vv >> log_0817_v2
This (https://hub.docker.com/layers/ubuntu/library/ubuntu/xenial-20200706/images/sha256-e5ec578bd8c334d7c9849fd9bbaa78ec25f2b51b0bf7c9e18b1e9b7ca32d6681?context=explore) docker image. Thanks. |
Hi,
the following pureclip command crashes with a coredump:
pureclip -i umidedup.bam -bai umidedup.bam.bai -g homo_sapiens.88.fa -iv '1;2;3;4;8;16' -nt 8 -o PureCLIP.crosslink_sites.cov_CLmotifs.bed -nim 4 -fis fimo_clmotif_occurenc
es.bed
Last few output lines of stderr:
terminate called recursively
terminate called after throwing an instance of 'terminate called recursively
boost::exception_detail::clone_impl<boost::exception_detail::error_info_injectorstd::domain_error >'
command.sh: line 5: 63589 Aborted (core dumped) pureclip -i umidedup.bam -bai umidedup.bam.bai -g homo_sapiens.88.fa -iv '1;2;3;4;8;16' -nt 8 -o PureCLIP.crosslink_sites.cov_CLmotifs.bed -nim 4 -fis fimo_clmotif_occurences.bed
The text was updated successfully, but these errors were encountered: