File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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
You can’t perform that action at this time.
0 commit comments