Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Yoann DUFRESNE
linked reads molecule ordering
Commits
b1bbf1c6
Commit
b1bbf1c6
authored
May 05, 2020
by
Yoann Dufresne
Browse files
snakefile update
parent
19fc7038
Changes
1
Hide whitespace changes
Inline
Side-by-side
Snakefile_clique_experiments
View file @
b1bbf1c6
...
...
@@ -3,7 +3,7 @@ pbar = ProgressBar()
OUTDIR="snake_experiments" if "outdir" not in config else config["outdir"]
trials=1
trials=1
if "trials" not in config else config["trials"]
N=[1000] if "n" not in config else config["n"] # Number of molecule to simulate
D=[10] if "d" not in config else config["d"] # Average coverage of each molecule
M=[2, 3] if "m" not in config else config["m"] # Average number of molecule per barcode
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment