-
Notifications
You must be signed in to change notification settings - Fork 89
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
New feature request: Integrate NCBI FCS-adaptor into funannotate clean? #759
Comments
patches always welcome - we also put more cleaning stuff in AAFTF stajichlab/AAFTF#7 - one issue I saw was at leats in the version NCBI had at beginning requires huge database setup and in-memoryruns so this may not be useable expect on HPCs so need to be clear. |
I think the huge database is only for FCS-GX; the FCS-adaptor tool is small and runs quickly. |
oh that would be better - yeah that would be good to add in - just I think @nextgenusfs was thinking of separating assembly cleaning from annotation but let's see if we can get this integrated in. at least in AAFTF there is a vectrim step we can augment. |
I think fine to add it in both places as long as install dependencies don't cause build issues. |
I might recant about including: this looks to be a shell script running a container in either docker or singularity. https://github.com/ncbi/fcs/blob/main/dist/run_fcsadaptor.sh. That won't package in conda very well I don't think. On the surface it appears to do what we have been doing for awhile in AAFTF with a blast for adapters and automatically cleaning them. So would be easier to move that aaftf code here than deal with the docker/container issue. |
For reference, we could integrate our "vecscreen" contig cleaner in |
My thoughts exactly. I agree this is best thing to do.
On Tue, Aug 9, 2022 at 2:39 PM Jon Palmer ***@***.***> wrote:
For reference, we could integrate our "vecscreen" contig cleaner in funannotate
clean, it seems to be doing very similar to what fcs-adapter is
attempting to do (ie find contamination, remove and split contigs, etc).
https://github.com/stajichlab/AAFTF/blob/main/AAFTF/vecscreen.py
—
Reply to this email directly, view it on GitHub
<#759 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAL5O2W6N4NUX4PP2E3KI3VYLFXJANCNFSM555435JQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
--
Sent from Gmail Mobile
Jason Stajich - ***@***.***
|
Now that NCBI had released their internal adapter contamination screening tool for public use (https://ncbiinsights.ncbi.nlm.nih.gov/2022/07/28/fcs-beta-tool/), would it be possible to add an option for FCS-adaptor to be run as part of funannotate clean?
The text was updated successfully, but these errors were encountered: