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
Philippe Bardou
cnvpipelines
Commits
9a1b6e6d
Commit
9a1b6e6d
authored
Sep 24, 2019
by
Thomas Faraut
Browse files
adding start_batch_nb
parent
3d3c9dc5
Changes
1
Hide whitespace changes
Inline
Side-by-side
snakecnv/common.smk
View file @
9a1b6e6d
...
...
@@ -228,8 +228,10 @@ class Detection(Command):
self.tools = self.params['tools']
self.tools_sv_types = self.set_svtype_tools()
start_batch_nb = self.params["start_batch_nb"]
self.size_batches = self.get_size_batches()
self.sample_batches = self.set_sample_batches()
self.sample_batches = self.set_sample_batches(
start_batch_nb
)
# self.chrom_batches = self.get_all_chrom_batches()
# TODO have to clean this
...
...
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