ruggleslab / jukebox

5 stars 6 forks source link

IndentationError: unindent does not match any outer indentation level #7

Closed utritala closed 5 years ago

utritala commented 5 years ago

Hi, I am having trouble with conversion script "humann_2_wham.py".When I try to run this, I get following error:

File "humann_2_wham.py", line 44
    heading = things[0]
                      ^
IndentationError: unindent does not match any outer indentation level

Please can you help?

Many thanks.

jcooperdevlin commented 5 years ago

Hi, Happy to help! Can you provide the first few lines of your input file? And describe how it was processed.

Thanks!

utritala commented 5 years ago

Hi, Thank you for your reply. There was an indentation error because of a mixture of tabs and spaces in the indents. I have fixed this and it worked fine. :)

On Tue, Aug 6, 2019 at 2:26 PM jcooperdevlin notifications@github.com wrote:

Hi, Happy to help! Can you provide the first few lines of your input file? And describe how it was processed.

Thanks!

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ruggleslab/jukebox/issues/7?email_source=notifications&email_token=AMLNGFG4KWIHXVYHA4WJIGLQDF3ZNA5CNFSM4IJWC4RKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD3VEDDQ#issuecomment-518668686, or mute the thread https://github.com/notifications/unsubscribe-auth/AMLNGFHAPOEYKXOVTF7UL2TQDF3ZNANCNFSM4IJWC4RA .

jcooperdevlin commented 5 years ago

I see, well glad it was an easy fix! If you have any questions in the future please let us know!