Skip to content

Commit

Permalink
Update LepMap3.smk
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimens committed Jan 20, 2022
1 parent 8b55df7 commit 8538cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/LepMap3/LepMap3.smk
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ data_tol=config["data_tol"]
filtering_extra = config["extra_params_Filtering"]
# separate chromosomes #
lod_max = str(config["lod_max"])
lod_range = list(range(config["lod_min"], lod_max+1))
lod_range = list(range(config["lod_min"], config["lod_max"]+1))
informative = config["informative"]
sepchrom_extra = config["extra_params_SeparateChromosomes"]
# join singles #
Expand Down

0 comments on commit 8538cd3

Please sign in to comment.