Skip to content
Snippets Groups Projects
Commit d810f57a authored by Hatef OTROSHI's avatar Hatef OTROSHI
Browse files

+ comments to flatten_samplesets

parent 7ba702f9
No related branches found
No related tags found
1 merge request!72+ breakdown_SampleSet
Pipeline #53331 passed
......@@ -97,6 +97,17 @@ def hash_string(key, bucket_size=1000):
def flatten_samplesets(samplesets):
"""
Takes a list of SampleSets (with one or multiple samples in each SampleSet)
and returns a list of SampleSets (with one sample in each SampleSet)
Parameters
----------
samplesets: list of SampleSets
Input list of SampleSets (with one or multiple samples in each SampleSet
"""
new_samplesets = []
# Iterating over the samplesets
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment