Skip to content

Commit

Permalink
update plot target and load beast dir
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed May 21, 2021
1 parent 6e469bc commit 87c715f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion workflow/rules/targets.smk
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ rule auspice_prune_all:
# Plot
#------------------------------------------------------------------------------#

plot_missing_data_all_input = expand(results_dir + "/snippy_multi/all/{locus_name}/prune/snippy-multi.snps.missing-data.html",
plot_missing_data_all_input = expand(results_dir + "/snippy_multi/all/{locus_name}/full/snippy-multi.snps.missing-data.html",
locus_name = config["reference_locus_name"],
)
plot_missing_data_sra_input = [ x.replace("all", "sra") for x in plot_missing_data_all_input ]
Expand Down
2 changes: 1 addition & 1 deletion workflow/scripts/project_load.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"

# All directories
EXCLUDE_DIR=(
beast
# beast
);

if [[ ! $RESULTS_DIR || ! $BACKUP_DIR ]];
Expand Down

0 comments on commit 87c715f

Please sign in to comment.