-
Notifications
You must be signed in to change notification settings - Fork 30
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
Repeate make annotation run after a preprocessing for --make_annotation #124
Comments
Below that, I find if I directly use the tsv and gff file for input and create a new fold for sample TE detect,It wiil be always ran the mcclintock.py and will not go next |
like above, make annotation step and resume sample step has the same processing and make annotation truely has been created all files that I need |
Hi @craftor18 Could you try simplifying your initial
If this doesn't work, can you upload the complete Thanks, |
Thanks for answering,I'll try a full path.But I do not think its a path problem.Because I have use --make_annotation to generate a output dir and use this dir to resume run for a sample ,But it rerun the RepeatMasker step for generating annotation and I delete it.Maybe I should try another version of mcclintock. Could you please tell me which version should I use? Release version or master version or latency fix version? Now my version is master version but I use the mcclintock.py in latency fix version. |
Hello,I''ve tried another way to prepare my gff file and tsv file .I use EDTA to make gff file and by some command to make my input gff and tsv file like,gff is:
and tsv is:
and my run command is :
Truly its not a mistake,and the program is also running.But I 've supply a gff and a tsv file ,why program still run a repeatmasker progress for re-generating annotation file ?
Can you explain it?Thank you very much ! |
It seems my input gff and tsv file only work for the ngs_mapper2 method |
And I also find that when the tsv and gff contain too much TE family lines ,Its time to parse paramers will be very long |
Hi, I am using this the --make_annotaion preprocessing to run a multiple samples TE detecting,but after I ran out the --make_annotation,then I use -1 -2 to add sample,and find a repeat annotation step for relocate2 and other steps,which means RepeatMasker is progressed multiple times for every sample. Cound you help me? Below is my annotaion step code :
Then I add a sample for resume:
I find RepeatMasker and bwa index steps were re-run ,could you please tell me why? Thanks
Best wishes!
The text was updated successfully, but these errors were encountered: