Ubuntu, Bash 4.2.25
Hi!
I copy and paste the code about CreateSequenceGroupingTSV and in this way I created a python file...
When I'm going to run it I have the following error:
the ^ symbol is under the last ", after +
Any help to fix it!?
Many thanks,
M
Hi!
I copy and paste the code about CreateSequenceGroupingTSV and in this way I created a python file...
When I'm going to run it I have the following error:
Code:
:~/GATK4/IlluminaExomePairEnd/0.pipe$ python 8.CreateSequenceGroupingTSV.py
File "8.CreateSequenceGroupingTSV.py", line 31
hg38_protection_tag = ":1+"
^
IndentationError: unindent does not match any outer indentation level
Any help to fix it!?
Many thanks,
M
Comment