comparison test-data/README.md @ 6:3e93d920163b draft

planemo upload commit 3773c71b3fac75f58b5af497e19d54dca0d81dfd
author estrain
date Thu, 12 Mar 2026 20:38:44 +0000
parents
children
comparison
equal deleted inserted replaced
5:8c275a8fae9b 6:3e93d920163b
1 # Test data for AMRFinderPlus
2
3 ## Create `test-db`
4
5 1. Download ARMFinderPlus database from NCBI using the data-manager Python script after modifying the `main` function to keep only `amrfinderplus_download.download_amrfinderplus_db()`
6 2. Remove `AMR_DNA` files that are not `Enterococcus`
7 3. Remove lines not related to `Enterococcus` in `taxgroup.tab`
8 4. Keep in `AMR_CDS`, `AMRProt`, and `ReferenceGeneCatalog.txt` only sequences listed in `to_keep_from_test-db`
9 5. Keep in `amr_targets.fa` only sequences listed in `amr_targets_to_keep_from_test-db`
10 6. Copy the `AMR.LIB` from a previous version
11 7. Run the data-manager Python script after modifying `main` function like this:
12
13 ```
14 amrfinderplus_download.download_amrfinderplus_db()
15 amrfinderplus_download.amrfinderplus_db_path = f'{amrfinderplus_download._output_dir}/{amrfinderplus_download._db_name}'
16 amrfinderplus_download.make_hmm_profile()
17 amrfinderplus_download.make_blastdb()
18 ```
19
20 6. Move the `amrfinderplus-db` folder content to `test-db`