Closed rrazaghi closed 6 years ago
Hi @rrazaghi ,
The parameter issue has been fixed. Could you please update the tool? Feel free to let me know if you have any question to use the tool.
Hi again, Thank you for updating and quick response. now I have a problem I believe with BWA MEM, do you happen to know where this problem originates from?
(HMM) ro:~/RepeatHMM-master/bin$ python repeatHMM.py FASTQinput --fastq SRR5363334.fastq --repeatName atn1 The following options are used (included default): BWAMEMOptions ( -k8 -W8 -r7 ); CompRep (0); MatchInfo ([3, -2, -2, -15, -1]); MaxRep (4000); MinSup (5); Patternfile (None); RepeatTime (5); SeqTech (None); SplitAndReAlign (1); TRFOptions (2_7_4_80_10_100); Tolerate_mismatch (None); UserDefinedUniqID (None); align (align/); emissionm (None); hg (hg38); hgfile (mhgversion//hg38.fa); hmm_del_rate (0.02); hmm_insert_rate (0.12); hmm_sub_rate (0.02); isGapCorrection (1); minRepBWTSize (70); minTailSize (70); outlog (2); repeatFlankLength (30); repeatName (atn1); specifiedRepeatInfo (///////); stsBasedFolder (reference_sts/); transitionm (None);
align (align/);
analysis_file_id (_GapCorrection1_FlankLength30_SplitAndReAlign1_2_7_4_80_10_100_hg38_comp_I0.120_D0.020_S0.020);
fastafile (SRR5363334.fastq);
unique_file_id (.gmm_GapCorrection1_FlankLength30_SplitAndReAlign1_2_7_4_80_10_100_hg38_comp_I0.120_D0.020_S0.020);
[E::bwa_idx_load_from_disk] fail to locate the index files [main_samview] region "chr12:6935717-6937773" specifies an unknown reference name. Continue anyway. [main_samview] region "12:6935717-6937773" specifies an unknown reference name. Continue anyway. ERROR None detection (sp) atn1 ['chr12', 6936717, 6936773, 'CAG', '+10', '6-35:49-88', ''] p2sp end---running time0 mem61
for output
atn1
The result is in logfq/RepFQ_atn1.gmm_GapCorrection1_FlankLength30_SplitAndReAlign1_2_7_4_80_10_100_hg38_comp_I0.120_D0.020_S0.020.log
another question: is option --repeatName all not functional at the moment?
Thank you
Hi @rrazaghi
May I know whether you have indexed the reference genome? such as "bwa index your-genome or samtools faidx your-genome"? I suggest you do both to void potential errors.
"--repeatName": only those in "bin/reference_sts/hg/hg.predefined.pa" could be used now, here "*" could be 19 or 38. But you can append other repeat information with a name as you wish in the ".pa" file, or simply using '--UserDefinedRepeat' to specify the repeat which you are interested in.
Hi @rrazaghi , I am going to close this issue. Please re-open it or create a new issue if you have issues to run RepeatHMM.
Hi, I am trying to test run repeatHMM on PRJNA379845 dataset and I am getting this error. Can you please advise me so that I can fix this issue. Thank you in advance.