Commit b348fd19 authored by ahb-ufz's avatar ahb-ufz

typo in relative paths for input

parent 6214b97e
Pipeline #39805 failed with stages
in 18 seconds
...@@ -140,7 +140,7 @@ if config['raws']['Alignment_metatranscriptomics']: ...@@ -140,7 +140,7 @@ if config['raws']['Alignment_metatranscriptomics']:
MTaln = os.getcwd() + "/" + os.path.expandvars(config['raws']['Alignment_metatranscriptomics']) MTaln = os.getcwd() + "/" + os.path.expandvars(config['raws']['Alignment_metatranscriptomics'])
else: else:
MTaln = config['raws']['Alignment_metatranscriptomics'] MTaln = config['raws']['Alignment_metatranscriptomics']
if config['raws']['']: if config['raws']['Gff']:
if os.path.isabs(os.path.expandvars(config['raws']['Gff'])): if os.path.isabs(os.path.expandvars(config['raws']['Gff'])):
ANN = os.path.expandvars(config['raws']['Gff']) ANN = os.path.expandvars(config['raws']['Gff'])
else: else:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment