Skip to content

Commit

Permalink
Fixed linting
Browse files Browse the repository at this point in the history
  • Loading branch information
CarsonJM committed Jan 8, 2024
1 parent 6110f5f commit 2143e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/summary_busco.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def main(args=None):
df_final = df_specific.append(df_failed)

# sort output file for reproducibility
df_final.sort_values(by='GenomeBin', inplace=True)
df_final.sort_values(by="GenomeBin", inplace=True)
df_final.to_csv(args.out, sep="\t", index=False)


Expand Down

0 comments on commit 2143e0a

Please sign in to comment.