File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed
Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 1- __version__ = "0.12.9 "
1+ __version__ = "0.12.10 "
Original file line number Diff line number Diff line change @@ -238,9 +238,7 @@ def _parse_cmdl(cmdl):
238238 default = _safe_echo ("SRABAM" ),
239239 help = """Optional: Specify folder of bam files. Geofetch will not
240240 download sra files when corresponding bam files already exist.
241- [Default: $SRABAM:"""
242- + _safe_echo ("SRABAM" )
243- + "]" ,
241+ [Default: $SRABAM:""" + _safe_echo ("SRABAM" ) + "]" ,
244242 )
245243
246244 raw_group .add_argument (
@@ -250,9 +248,7 @@ def _parse_cmdl(cmdl):
250248 default = _safe_echo ("SRAFQ" ),
251249 help = """Optional: Specify folder of fastq files. Geofetch will not
252250 download sra files when corresponding fastq files already exist.
253- [Default: $SRAFQ:"""
254- + _safe_echo ("SRAFQ" )
255- + "]" ,
251+ [Default: $SRAFQ:""" + _safe_echo ("SRAFQ" ) + "]" ,
256252 )
257253
258254 # Deprecated; these are for bam conversion which now happens in sra_convert
Original file line number Diff line number Diff line change @@ -790,6 +790,7 @@ def _generate_processed_meta(
790790 meta_processed_series ,
791791 pep_acc_path_exp ,
792792 just_object = self .just_object ,
793+ gse_meta_dict = gse_meta_dict ,
793794 )
794795
795796 elif self .supp_by == "samples" :
@@ -814,6 +815,7 @@ def _generate_processed_meta(
814815 meta_processed_series ,
815816 pep_acc_path_exp ,
816817 just_object = self .just_object ,
818+ gse_meta_dict = gse_meta_dict ,
817819 )
818820
819821 return return_objects
You can’t perform that action at this time.
0 commit comments