-
Notifications
You must be signed in to change notification settings - Fork 28
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
flo does not work if run with '-qMask' blat option is included in the .yaml file #3
Comments
Do you mean it is taking too long or that the program aborts at blat step. Is it because |
Hi, Thank you for your quick response. I mean the program aborts. The log is as below.
The problem seems that
In the
I think the problem is conflict between Thanks, |
Very likely - because of the chunking, the coordinates specified in RepeatMasker's output no longer tally with target assembly's coordinate. I think you will need to get your hands dirty here. Relevant file here is Rakefile. The first half is helper fucntions, and the second half the scripting. I would comment out L166-168, remove |
Mmm, I still got errors as below.
I might have to seriously look into or give up to use masked one. Since I have never use Ruby, it takes a while. If you find out a solution, please let me know. Takashi |
My bad. Since we aren't chunking Repeats mess up alignment edges, causing the resulting chains to be miss out parts of an annotation. Annotations that are only partially covered by a chain are not lifted. I have observed such cases in our fire ant dataset when trying to understand why some annotations aren't lifted, but don't have an exact count. I am very interested in your experiment - understanding the effect of repeat masking on the lift over process. But it is unlikely that this is something I will pursue myself in the foreseeable future. I am happy to help if you would like to continue and incorporate a solution in the pipeline once it presents itself (I am thinking of adding an option to disable chunking, but can make the change only if it works). |
Hi,
I recently started liftover my gff with flo.
Since I concern if repeats in the genome affect the liftover result, I would like to try running flo with target genome with and without RepeatMask.
For the target genome with RepeatMask, I added 'qMask=mygenome.fasta.out' where mygenome.fasta.out is outfile of RepeatMasker.
The flo seems stuck at blat step because target genome is split and mygenome.fasta.out is not.
Could you give me any solutions?
Thanks,
Takashi
The text was updated successfully, but these errors were encountered: