BU-ISCIII / buisciii-tools

set of helper tools for bu-isciii management of its core services portfolio.
GNU General Public License v3.0
1 stars 13 forks source link

Addition of amrfinderplus to characterization template #290

Closed jaimeozaez closed 1 week ago

jaimeozaez commented 1 week ago

Added folder for execution of amrfinderplus inside characterization template. Modified lablog for armfinder, including organism selection stage. Modified lablog_characterization_results, adding links for amrfinder files.

PR checklist

Shettland commented 1 week ago

I think that the error that you mentioned here https://github.com/BU-ISCIII/buisciii-tools/pull/290#discussion_r1656964901 using the singularity image could be fixed. But im not sure.

According to the github documentation https://github.com/ncbi/amr/wiki/Running-AMRFinderPlus, --database can be used to use a custom database. This could be used together with -update to download the latest version of the AMRFinderPlus database.

Nonetheless, its better to include it in the template with conda for now; we can try to implement it with singularity later. I'll create an issue mentioning that this should be tested.

jaimeozaez commented 1 week ago

I think that the error that you mentioned here #290 (comment) using the singularity image could be fixed. But im not sure.

According to the github documentation https://github.com/ncbi/amr/wiki/Running-AMRFinderPlus, --database can be used to use a custom database. This could be used together with -update to download the latest version of the AMRFinderPlus database.

Nonetheless, its better to include it in the template with conda for now; we can try to implement it with singularity later. I'll create an issue mentioning that this should be tested.

I tried what you're talking about, but it failed... I downloaded de latest available database and used the custom path when running singularity, but the same error raised up.