ATVincent

Results 5 comments of ATVincent

The problem actually stems from files that do not exist on the NCBI servers. It can be solved by modifying the rsync_from_ncbi.pl file. Actually, you only need to reuse part...

Here is the complete and modified code for the rsync_from_ncbi.pl file. Don't hesitate if there is a problem. ```perl #!/usr/bin/env perl # Copyright 2013-2021, Derrick Wood # # This file...

Thanks @choon-sim ! I modified the original comment.

Thanks, I understand. Is it possible to change the way diamond sorts hits? This behavior induces several false positives in my pipeline.

If I am not wrong, the "--top" option takes a percentage. Is it possible with this option to have only the best hit?