-
Notifications
You must be signed in to change notification settings - Fork 13
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
Possible precedence issue with control flow operator at epiTEome.pl line 482. #9
Comments
Dear Memebers, I am still facing the problem mentioned above. "idxEpiTEome.pl " generates only master.fasta files but not .ctidx and gtidx. Its annoying as perl idxEpiTEome.pl -gff tair10TEs.gff3 -t teid.lst -fasta TAIR10_chr_all.fas -l 85 I may be missing any minor step. But I am not able to figure out. Thank You! |
Dear CS791, I am sorry your facing this issue. In which version of segemehl are you working with ? Regards, |
Thank you! Josquin for prompt reply. Yes! I was using new version of segemehl. Now I will try with version : 0.2.0-418 and see. Regards |
Hi! Josquin, Segemehl_0.2.0 is working fine now, but I stuck on another step while running the test run. Here is the command line and issue: sc@sc-HP-EliteBook-820-G2:~/epiTEome$ perl epiTEome.pl -gff test/tair10TEs.gff3 -ref test/Chr2.epiTEome.masked.fasta -un test/unmapped.fastq -t test/teid.lst INFO epiTEome.pl Wed Jun 26 14:40:05 2019 STEP 1: read ends mapping. INFO epiTEome.pl Wed Jun 26 14:40:06 2019 STEP 2: split-reads mapping. INFO epiTEome.pl Wed Jun 26 14:40:06 2019 BATCH #1. Please suggest something to troubleshoot this. Thank you! CS791 |
I think the problem come from the step that launch bamutils filter. /home/sc/.local/bin/bamutils filter test/unmapped.step1.sort.bam test/unmapped.matePairedEnd.bam -whitelist test/unmapped.fishReads.list May be you could run the following command line, with the same option and see if it works. I think it's also a problem of version. bamutils filter inputBam outputBam -whitelist listOfReadsId Good luck |
Many thanks Josquin for your help. Now when I used epiTeome, it giving me error: perl epiTEome.pl -gff Analysis/tair10TEs.gff3 -ref Analysis/TAIR10_chr_all.epiTEome.masked.fasta -un trial/Epiril368_4_C_R1_L001_R1_val_1.fq.gz_unmapped_reads_1.fq -t Analysis/teid.lst Possible precedence issue with control flow operator at epiTEome.pl line 482. INFO epiTEome.pl Fri Jun 28 09:49:49 2019 STEP 1: read ends mapping. ------------- EXCEPTION: Bio::Root::Exception ------------- What I understood from the error is I have problem in unmapped.fq file Thank you! CS791 |
root@sc-Latitude-E6230:/usr/bin/epiTEome# idxEpiTEome.pl -l 85 -gff tair10TEs.gff3 -t teid.lst -fasta Chr2.fasta
idxEpiTEome.pl: command not found
(base) root@sc-Latitude-E6230:/usr/bin/epiTEome# perl idxEpiTEome.pl -l 85 -gff test/tair10TEs.gff3 -t test/teid.lst -fasta test/Chr2.fasta
INFO idxEpiTEome.pl: All programs have been found succesfully.
INFO idxEpiTEome.pl: Run Module: Tue Jun 4 14:32:52 2019 readGffFile !
INFO idxEpiTEome.pl: Reading GFF file ... done !
INFO idxEpiTEome.pl: Run Module: Tue Jun 4 14:32:54 2019 maskFastaIndex !
/root/anaconda3/bin/maskFastaFromBed -fi test/Chr2.fasta -bed /usr/bin/epiTEome/prepRefSeq.bed -fo test/Chr2.epiTEome.masked.fasta
/root/anaconda3/bin/segemehl.x --silent -x test/Chr2.epiTEome.masked.fasta.ctidx -y test/Chr2.epiTEome.masked.fasta.gaidx -d test/Chr2.epiTEome.masked.fasta -F 1 2> log
All files have been created succesfully !
root@sc-Latitude-E6230:/usr/bin/epiTEome# perl epiTEome.pl -gff test/tair10TEs.gff3 -ref test/Chr2.epiTEome.masked.fasta -un test/unmapped.fastq -t test/teid.lst
Possible precedence issue with control flow operator at epiTEome.pl line 482.
INFO epiTEome.pl Tue Jun 4 14:33:55 2019 Start program!
DIE epiTEome.pl: Could not find segemehl index file .ctidx
HELP: epiTEome.pl
AUTHOR: Josquin DARON, Slotkin Lab, Ohio State University
VERSION: 1.0 -- 2017-02-01
PURPOSE: Identify non-reference TE insertion sites and their methylation level.
USAGE: epiTEome.pl —l [max read length] -gff -t —ref -un
any help much appreciated.
Thank you!
Regards
CS791
The text was updated successfully, but these errors were encountered: