Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/alsmith151/SeqNado into d…
Browse files Browse the repository at this point in the history
…evelop
  • Loading branch information
CChahrour committed May 31, 2024
2 parents d34b9ca + 6e46fad commit 0f79060
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_pipelines.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,8 @@ def user_inputs(
"make_heatmaps": "no",
"call_peaks": "yes",
"peak_calling_method": "lanceotron",
"call_peaks": "yes",
"peak_calling_method": "lanceotron",
}

defaults_rna = {
Expand Down Expand Up @@ -346,6 +348,7 @@ def config_yaml_for_testing(config_yaml, assay):
config["pileup_method"] = ["deeptools", "homer"]
config["call_peaks"] = True
config["peak_calling_method"] = ["lanceotron", "macs", "homer"]
config["peak_calling_method"] = ["lanceotron", "macs", "homer"]

with open(config_yaml, "w") as f:
yaml.dump(config, f)
Expand Down

0 comments on commit 0f79060

Please sign in to comment.