File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -66,12 +66,6 @@ if __name__ == "__main__":
6666
6767 args = parser .parse_args ()
6868
69- if args .splits :
70- mapping = pyard .find_broad_splits (args .splits )
71- if mapping :
72- print (f"{ mapping [0 ]} = { '/' .join (mapping [1 ])} " )
73- sys .exit (0 )
74-
7569 imgt_version = get_imgt_version (args .imgt_version )
7670 data_dir = get_data_dir (args .data_dir )
7771 ard = pyard .init (imgt_version = imgt_version , data_dir = data_dir )
@@ -82,6 +76,12 @@ if __name__ == "__main__":
8276 print (f"py-ard version:" , pyard .__version__ )
8377 sys .exit (0 )
8478
79+ if args .splits :
80+ mapping = pyard .find_broad_splits (args .splits )
81+ if mapping :
82+ print (f"{ mapping [0 ]} = { '/' .join (mapping [1 ])} " )
83+ sys .exit (0 )
84+
8585 try :
8686 if args .redux_type :
8787 print (ard .redux (args .gl_string , args .redux_type ))
You can’t perform that action at this time.
0 commit comments