File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ def set_reverse(self, reverse):
3737 self .__reverse ()
3838 self .reverse = reverse
3939
40- def download_data (self , data_dir = f' { PANDORA .PANDORA_data } /database' , download = True ):
41- """download_data(self, data_dir = f'{ PANDORA.PANDORA_data} /database', download = True)
40+ def download_data (self , data_dir = PANDORA .PANDORA_data + ' /database' , download = True ):
41+ """download_data(self, data_dir = PANDORA.PANDORA_data + ' /database', download = True)
4242 Download all MHC structures and get a two lists that contains all MHCI and MHCII IDs respectively"""
4343
4444 if download :
Original file line number Diff line number Diff line change @@ -607,6 +607,7 @@ def fill_allele_seq_info(self, use_templ_seq=False):
607607 def make_output_dir (self ):
608608 ''' Create an output directory and move the template pdb there
609609 Uses self.output_dir (str): Path to output directory. Defaults to os.getcwd().
610+
610611 Args:
611612 None
612613 '''
You can’t perform that action at this time.
0 commit comments