You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But actually, I did follow your advice in another issue to download a TRF bed file from UCSC genome browser, and then use it as input of RepeatHMM scan with the parameter "--Patternfile" hg38.trf.bed.
So I wonder if this message made any difference to the results? By the way, I don't see any "Error" in the log file.
It looks like the program was trying to find a script file and didn't find it, and I also don't know whether that affects the results or not.
Can you tell me why these two problems came up and whether it affected the results or not? Thanks a lot!
The text was updated successfully, but these errors were encountered:
If you see the output of job submission, it means that 'No pa file' is fine. I will try to remove this error when bed files are provided.
There is no smp file. The program tries to run qsub commands. I will also revise this option in case you have different submission system. You can search "qsub -V -cwd -pe smp 1 -l h_vmem=8G" and revise it according to your job submission system. You can also set --cluster 0 to not use job submission system.
Hi, I'm using RepeatHMM-scan to scan a genome for potential repeat regions. I used the example you provided in another issue, and this is my script:
However, I'm still having some problems. The first one is the 'No pa file' problem:
But actually, I did follow your advice in another issue to download a TRF bed file from UCSC genome browser, and then use it as input of RepeatHMM scan with the parameter
"--Patternfile" hg38.trf.bed
.So I wonder if this message made any difference to the results? By the way, I don't see any "Error" in the log file.
The second problem is shown below:
It looks like the program was trying to find a script file and didn't find it, and I also don't know whether that affects the results or not.
Can you tell me why these two problems came up and whether it affected the results or not? Thanks a lot!
The text was updated successfully, but these errors were encountered: