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

Commit

Permalink
Updating version to "4.0" for activeDev pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
skchronicles committed Jun 27, 2019
1 parent 23340fa commit 7d5c077
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion gui/epigenomeseq.py
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ def makejson(self, *args):
'analyst': gi.eanalyst.get(),
'poc': gi.epoc.get(),
'pipeline': self.Pipeline.get(),
'version':"1.0",
'version':"4.0",
'annotation': gi.annotation.get(),
'datapath': self.datapath.get(),
'targetspath': self.targetspath.get(),
Expand Down
2 changes: 1 addition & 1 deletion gui/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ def makejson(self, *args):
'analyst': gi.eanalyst.get(),
'poc': gi.epoc.get(),
'pipeline': self.Pipeline.get(),
'version':"3.0",
'version':"4.0",
'annotation': gi.annotation.get(),
'datapath': self.datapath.get(),
'targetspath': self.targetspath.get(),
Expand Down
4 changes: 2 additions & 2 deletions gui/mirseq.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ def makejson(self, *args):
'analyst': gi.eanalyst.get(),
'poc': gi.epoc.get(),
'pipeline': self.Pipeline.get(),
'version':"1.0",
'version':"4.0",
'annotation': gi.annotation.get(),
'datapath': self.datapath.get(),
'targetspath': self.targetspath.get(),
Expand Down Expand Up @@ -309,4 +309,4 @@ def makejson(self, *args):
gi.jsonconf.delete("1.0", END)
gi.jsonconf.insert(INSERT, J)
self.saveproject(gi.jsonconf.get("1.0",END))


2 changes: 1 addition & 1 deletion gui/rnaseq.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ def makejson(self, *args):
'analyst': gi.eanalyst.get(),
'poc': gi.epoc.get(),
'pipeline': self.Pipeline.get(),
'version':"1.0",
'version':"4.0",
'annotation': gi.annotation.get(),
'datapath': self.datapath.get(),
'targetspath': self.targetspath.get(),
Expand Down
4 changes: 2 additions & 2 deletions gui/scrnaseq.py
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ def makejson(self, *args):
'analyst': gi.eanalyst.get(),
'poc': gi.epoc.get(),
'pipeline': self.Pipeline.get(),
'version':"1.0",
'version':"4.0",
'annotation': gi.annotation.get(),
'datapath': self.datapath.get(),
'targetspath': self.targetspath.get(),
Expand Down Expand Up @@ -448,4 +448,4 @@ def makejson(self, *args):
gi.jsonconf.insert(INSERT, J)
self.saveproject(gi.jsonconf.get("1.0",END))



0 comments on commit 7d5c077

Please sign in to comment.