molgenis-pipelines icon indicating copy to clipboard operation
molgenis-pipelines copied to clipboard

Update library parameter assignment in parameters.csv

Open mmterpstra opened this issue 9 years ago • 0 comments

The parameter list assumes that every new run is a new library preparation. This might cause artifacts not to be removed by MarkDuplicates. My suggestion is to make this parameter less greedy or track library preparations.

old:

runPrefix   ${sequencingStartDate}_${sequencer}_${run}_${flowcell}
filePrefix  ${runPrefix}_L${lane}
library     ${filePrefix}
#parametric expansion results in:
library     ${sequencingStartDate}_${sequencer}_${run}_${flowcell}_L${lane}

new:

#better
library     ${externalSampleID}_${barcode}

mmterpstra avatar Jun 08 '15 12:06 mmterpstra