Skip to content

Commit

Permalink
finlib does aggregateQC on pools
Browse files Browse the repository at this point in the history
  • Loading branch information
Galithil committed Sep 9, 2016
1 parent 647c026 commit cb14a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LIMS2DB/classes.py
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ def get_library_preps(self, sample):
where sa.processid = {sapid} and piot.processid = {agrid}".format(sapid=sample.processid, agrid=agrlv.processid)
try:
inp_artifact=self.session.query(Artifact).from_statement(text(query)).one()
if len(inp_artifact.samples)>1:
if len(inp_artifact.samples)>1 and 'By user' not in self.obj['details']['library_construction_method']:
continue
else:
agrlibval=agrlv
Expand Down

0 comments on commit cb14a21

Please sign in to comment.