Skip to content

Commit

Permalink
version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjaynagi committed Feb 19, 2021
1 parent 610968b commit 6e1f2c8
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 @@ -18,7 +18,7 @@ samples = metadata.samples
mutationData = pd.read_csv(config['IRmutations']['path'], sep="\t") if config['IRmutations']['activate'] else []

include: "rules/common.smk"
welcome(version="v0.1.0")
welcome(version="v0.2.0")
include: "rules/qc.smk"
include: "rules/diff.smk"
include: "rules/variantCalling.smk"
Expand Down

0 comments on commit 6e1f2c8

Please sign in to comment.