Skip to content
Snippets Groups Projects
Commit 0c51b65d authored by nservant's avatar nservant
Browse files

[MODIF] deal with technical replicates

parent ea975126
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,7 @@ def setMetaChunk(row){
def map = []
row[1].eachWithIndex() { file,i ->
meta = row[0].clone()
meta.chunks = i
meta.chunk = i
map += [meta, file]
}
return map
......
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