zyxue / ncbitax2lin

🐞 Convert NCBI taxonomy dump into lineages
MIT License
138 stars 29 forks source link

fix gzip output error #5

Closed alienzj closed 5 years ago

zyxue commented 5 years ago

Thank you for the pull request. We prefer to output all columns.

        other_cols = sorted([__ for __ in lineages_df.columns
                              if __ not in cols])
         output_cols = cols + other_cols

Could you please update it to output all columns?