Skip to content

Commit

Permalink
changing workflow version to v.0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjaynagi committed Feb 14, 2022
1 parent bf3a1d8 commit ba974ed
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 @@ -23,7 +23,7 @@ else:
mutationData = pd.DataFrame({"Name": ["KDR"], "mut":["995F"], "Location": ["2L-28xxxxx"]}) # ignore this, just an dummy df for snakemake

include: "rules/common.smk"
welcome(version="v0.7.0")
welcome(version="v0.8.0")
include: "rules/qc.smk"
include: "rules/diff.smk"
include: "rules/variantsOfInterest.smk"
Expand Down

0 comments on commit ba974ed

Please sign in to comment.