snayfach / MAGpurify

Improvement of metagenome-assembled genomes
GNU General Public License v3.0
47 stars 12 forks source link

Adding another genome to known-contam? #18

Open michoug opened 2 years ago

michoug commented 2 years ago

Hi, How can I add another contaminant genome in the database? The easiest way seems to be to add it in the known-contam folder, making the database file with blast++ and modifying lines 91 and 105 of the file contam.py from for target in ["hg38", "phix"]: to for target in ["hg38", "phix","newOne"]:. Am I missing something? Greg