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

Commit

Permalink
Resolves #415, added canFam3 and Mmul_8.0.1 to gui
Browse files Browse the repository at this point in the history
  • Loading branch information
skchronicles committed Mar 18, 2019
1 parent 224aeb3 commit f3deb2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipeliner2.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def init_project_frame( self ) :
l = Label( pipeline_panel, text="Pipeline Family:" )
l.grid(row=1,column=1,sticky=W,padx=0,pady=5)

annotations=['hg19','mm10','mm9','hg38','hs37d5','hs38d1','GRCh38']
annotations=['hg19','mm10','mm9','hg38','hs37d5','hs38d1','GRCh38','canFam3','Mmul_8.0.1']
self.annotation = annotation = StringVar()
annotation.set('Select the genome')
#annotation.trace('w', lambda *_ :settargets(annotation) )
Expand Down Expand Up @@ -252,7 +252,7 @@ def set_pipeline( self, *args ) :
print( self.pfamily.get() )
print( self.annotation.get() )
annotation=self.annotation.get()
set1=['Select the genome','hg19','mm10','mm9','hg38','hs37d5','hs38d1']
set1=['Select the genome','hg19','mm10','mm9','hg38','hs37d5','hs38d1','canFam3','Mmul_8.0.1']
set2=['Select the genome','hg19','mm10','mm9','hg38']
set3=['Select the genome','GRCh38']
set4=['Select the genome','hg19','mm10','hg38']
Expand Down

0 comments on commit f3deb2f

Please sign in to comment.