Skip to content

Commit

Permalink
allowing sp_sp_hmm
Browse files Browse the repository at this point in the history
  • Loading branch information
conchoecia committed Feb 8, 2024
1 parent a447498 commit f535bf5
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions scripts/odp
Original file line number Diff line number Diff line change
Expand Up @@ -207,16 +207,16 @@ if "plot_LGs" not in config:
config["plot_LGs"] = True

if config["plot_LGs"]:
## This set of files plots the installed LGs against all of the datasets
#file_targets += [config["tool"] + "/step0-blastp_results/{}_against_{}.hmmsearch.filt.blastp".format(hmm, sp)
# for sp in config["analysisspecies"] for hmm in config["prot_to_color"]]
## color by the things in the chrom settings
#file_targets += [config["tool"] + "/step2-figures/synteny_coloredby_{}/{}_xy_reciprocal_best_hits.coloredby_{}.plotted.rbh".format(y, x, y)
# for x in config["analysispairs"] for y in config["prot_to_color"]]
#file_targets += [config["tool"] + "/step2-figures/synteny_coloredby_{}/{}_xy_synteny_coloredby_{}.pdf".format(y, x, y)
# for x in config["analysispairs"] for y in config["prot_to_color"]]
#file_targets += [config["tool"] + "/step2-figures/synteny_coloredby_{}/{}_yx_synteny_coloredby_{}.pdf".format(y, x, y)
# for x in config["analysispairs"] for y in config["prot_to_color"]]
# This set of files plots the installed LGs against all of the datasets
file_targets += [config["tool"] + "/step0-blastp_results/{}_against_{}.hmmsearch.filt.blastp".format(hmm, sp)
for sp in config["analysisspecies"] for hmm in config["prot_to_color"]]
# color by the things in the chrom settings
file_targets += [config["tool"] + "/step2-figures/synteny_coloredby_{}/{}_xy_reciprocal_best_hits.coloredby_{}.plotted.rbh".format(y, x, y)
for x in config["analysispairs"] for y in config["prot_to_color"]]
file_targets += [config["tool"] + "/step2-figures/synteny_coloredby_{}/{}_xy_synteny_coloredby_{}.pdf".format(y, x, y)
for x in config["analysispairs"] for y in config["prot_to_color"]]
file_targets += [config["tool"] + "/step2-figures/synteny_coloredby_{}/{}_yx_synteny_coloredby_{}.pdf".format(y, x, y)
for x in config["analysispairs"] for y in config["prot_to_color"]]

# We also want to plot the ALGs as if they were genomes, against the individual species
# This line specifically is for testing the RBH-as-a-species analysis
Expand Down

0 comments on commit f535bf5

Please sign in to comment.