Skip to content

Commit

Permalink
refactor: update models.py
Browse files Browse the repository at this point in the history
  • Loading branch information
balajtimate committed Nov 14, 2023
1 parent fd29bc6 commit a71d757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htsinfer/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ class Args(BaseModel):
records: Number of input file records to process; set to `0` to
process all records.
threads: Number of threads to run STAR with.
tax_id: Organism ID.
tax_id: Taxonomy ID of the source organism.
transcripts_file: File path to transcripts FASTA file.
read_layout_adapter_file: Path to text file containing 3' adapter
sequences to scan for (one sequence per line).
Expand Down

0 comments on commit a71d757

Please sign in to comment.