Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
Update dryrun file-checking for DEG pipelines only
Browse files Browse the repository at this point in the history
  • Loading branch information
skchronicles committed Sep 11, 2019
1 parent 392c266 commit 77acdb2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gui/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -718,8 +718,9 @@ def readpaste( self, ftype, comments ):

def dryrun( self ) :
pl = self.pipeline_name
pipeline_name = self.Pipeline.get()
print("Drying-running: {}".format(pl))
if pl == 'RNAseq':
if pipeline_name == 'rnaseq' or pipeline_name == 'initialqcrnaseq':
if self.popup_warning('groups.tab') or self.popup_warning('contrasts.tab'):
return
self.makejson("none")
Expand Down

0 comments on commit 77acdb2

Please sign in to comment.