Skip to content
Snippets Groups Projects
Commit 9a1b6e6d authored by Thomas Faraut's avatar Thomas Faraut
Browse files

adding start_batch_nb

parent 3d3c9dc5
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment