Mercurial > repos > tduigou > seq_from_db
diff get_db_info.py @ 2:3bb9bbecae97 draft default tip
planemo upload for repository https://github.com/brsynth/galaxytools/tree/main/tools commit 767392e3136912fa30d1e0786eba789dd77d722c-dirty
| author | tduigou |
|---|---|
| date | Wed, 03 Sep 2025 14:07:14 +0000 |
| parents | 54e716c11b71 |
| children |
line wrap: on
line diff
--- a/get_db_info.py Tue Jul 29 12:01:32 2025 +0000 +++ b/get_db_info.py Wed Sep 03 14:07:14 2025 +0000 @@ -134,11 +134,10 @@ # Write report file with open(output_report, "w") as report_file: if missing_fragments: - report_file.write("Missing fragment in DB:\n") for frag in missing_fragments: report_file.write(f"{frag}\n") else: - report_file.write("NO missing fragments in DB\n") + report_file.write("") # === CONTINUE WITH GB FILE CREATION === for _, row in df.iterrows():
