Hi there,
I followed the instructions you provided in #53 and ran each loci one-by-one instead using 'all' option for Fastq input, but I encountered an error message regarding the lack of gene/repeat information.
python /home/bin/RepeatHMM/bin/repeatHMM.py FASTQinput --fastq /home/C9ORF72_c3_stimulated/C9ORF72_c3_NanoSim_2x/C9ORF72_c3_NanoSim_2x.fasta --hg hg38 --hgfile --Patternfile /home/reference/myDefinedRepeat_chr9.bed --outFolder /home/C9ORF72_c3_stimulated/C9ORF72_c3_NanoSim_2x/repeatHMM_logfq
Error message:
('No pa file ', '/home//miniconda3/envs/repeathmmenv/lib/python2.7/site-packages/RepeatHMM/reference_sts//hg38/hg38.predefined.pa')
!!!Error: !!!!!!
None gene/repeat information is given.
As suggested in #43, I could proceed with using only the bed file, so I ignore this message. However, for gene/repeat information, I am using a bed file that contains only one target of interest as follows, and I am unsure how to provide the corresponding gene/repeat information for this target. I would appreciate any suggestions you may have on this matter.
chr9 27573494 27573708 GGCCCC
I tried to fix this problem by specifying the repeatName as C9ORF72, since the target tandem repeat is located in that gene. However, I received an error message as follows:
python /home/bin/RepeatHMM/bin/repeatHMM.py FASTQinput --fastq /home/C9ORF72_c3_stimulated/C9ORF72_c3_NanoSim_2x/C9ORF72_c3_NanoSim_2x.fasta --hg hg38 --hgfile --Patternfile /home/reference/myDefinedRepeat_chr9.bed --outFolder /home/C9ORF72_c3_stimulated/C9ORF72_c3_NanoSim_2x/repeatHMM_logfq --repeatName C9ORF72
Error message:
('Error no information for 0\nError no information for 1\nError no information for 2\nError no information for 3\nError no information for 4\n', ['', '', '', '', '', '', ''], 'c9orf72')
Additionally, I noticed that the algorithm in Usage.md is designed for trinucleotide repeats. I was wondering if RepeatHMM is applicable to other types of repeats and if there are any length limits.
Thank you very much for your time and assistance.
Best,
Hsin
Hi there,
I followed the instructions you provided in #53 and ran each loci one-by-one instead using 'all' option for Fastq input, but I encountered an error message regarding the lack of gene/repeat information.
Error message:
As suggested in #43, I could proceed with using only the bed file, so I ignore this message. However, for gene/repeat information, I am using a bed file that contains only one target of interest as follows, and I am unsure how to provide the corresponding gene/repeat information for this target. I would appreciate any suggestions you may have on this matter.
I tried to fix this problem by specifying the repeatName as C9ORF72, since the target tandem repeat is located in that gene. However, I received an error message as follows:
Error message:
Additionally, I noticed that the algorithm in Usage.md is designed for trinucleotide repeats. I was wondering if RepeatHMM is applicable to other types of repeats and if there are any length limits.
Thank you very much for your time and assistance.
Best,
Hsin