Skip to content

Commit

Permalink
fix download link of decipher training data
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Stöckl committed Dec 5, 2024
1 parent 0ad34a9 commit 68d7f93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ rule downloadDecipherDB:
os.path.join(LOGPATH, "common", "logs", "downloadDecipherDB.log"),
shell:
"""
wget -O {output.db} http://www2.decipher.codes/Classification/TrainingSets/SILVA_SSU_r138_2019.RData >{log} 2>&1
wget -O {output.db} https://www2.decipher.codes/data/Downloads/TrainingSets/SILVA_SSU_r138_2019.RData >{log} 2>&1
"""

# 16S rRNA gene taxonomic classification to compare to the whole genome classification
Expand Down

0 comments on commit 68d7f93

Please sign in to comment.