Skip to content

Commit

Permalink
chore: build no-energy mmseqs pangraph
Browse files Browse the repository at this point in the history
  • Loading branch information
mmolari committed Jul 13, 2022
1 parent 5c790dd commit 6d5249c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script/snakefile_panx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ ACCNUMS = {s: acc_nums(f"panx_data/{s}/input_GenBank") for s in SPECIES}

ker_opt = {
"mmseqs-full": "-k mmseqs -b 10",
"mmseqs-noenergy": "-k mmseqs -a 0 -b 0",
"minimap20-full": "-k minimap2 -s 20",
"minimap10-full": "-k minimap2 -s 10",
}
Expand Down

0 comments on commit 6d5249c

Please sign in to comment.