-
Notifications
You must be signed in to change notification settings - Fork 18
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
The annotation_preprocessing new pipeline does not filter out the contigs less than 1000 nucleotides #90
Comments
Can you check the script written by Nextflow ( |
yes :
|
and gaas_fasta_purify.pl does not remove the contigs or not anymore. I tried it separately and the contigs were still there |
Then check if the |
Interesting, GAAS has the same release since 2020 (v1.2), the script should continue to work in the same way. |
Is this still an issue? Can you provide me some data I can replicate the issue with? |
The GAAS script works. The module works independently of the workflow.
custom.config:
command:
also works successfully. purified file:
I'm not able to replicate. |
The annotation_preprocessing new pipeline does not filter out the contigs less than 1000 nucleotides
The old pipeline was doing it so we need now to do it manually if there are contigs of less than 1000 nucleotides.
To be fixed eventually.
can use https://github.com/NBISweden/GAAS/blob/master/bin/gaas_fasta_purify.pl for now (I think I need to test it)
The text was updated successfully, but these errors were encountered: