Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@ private Map<String, Object> getSeqRequirementPooledValues(String poolId, String
seqReqValues.put("OtherSampleId", otherSampleId);
seqReqValues.put("AltId", otherSampleId);
seqReqValues.put("SequencingRunType", seqRunTypeByQuadrant.get(quadrant));
seqReqValues.put("RequestedReads", numberOfSamples * 1.0); //this is a constant value 1M/sample defined value confirmed with Juan Li from innovation team
seqReqValues.put("RequestedReads", numberOfSamples * 2.0); //this is a constant value 1M/sample defined value confirmed with Juan Li from innovation team
return seqReqValues;
}

Expand Down