Skip to content

Commit

Permalink
the name of the fasta file is not attached as ancillary but using the…
Browse files Browse the repository at this point in the history
… res.dataset field
  • Loading branch information
rvosa committed Nov 25, 2024
1 parent 9198b03 commit 2178cbd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions barcode_validator/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ def main(fasta_file_path, yaml_file_path, analytics_file_path, logger, config):
if analytics_file_path is not None:
rs.add_csv_file(analytics_file_path)

# Add fasta file path to each result
for result in rs.results:
result.add_ancillary('fasta_file', fasta_file_path)

print(rs) # print TSV results

logger.info("Analysis completed")
Expand Down

0 comments on commit 2178cbd

Please sign in to comment.