Skip to content

Commit

Permalink
Merge pull request #1201 from griffithlab/fix-pvacsplice-help
Browse files Browse the repository at this point in the history
fix description (of reference fasta) in pvacsplice help message
  • Loading branch information
susannasiebert authored Feb 19, 2025
2 parents 4eb4d0d + 5d585f4 commit bfbf2b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pvactools/lib/run_argument_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ def pvacsplice(self):
)
self.parser.add_argument(
"ref_fasta",
help="A reference FASTA file. Note: this input should be the same as the RegTools vcf input."
help="A reference DNA FASTA file. Note: this input should be the same as the RegTools fasta input."
)
self.parser.add_argument(
"gtf_file",
Expand Down

0 comments on commit bfbf2b5

Please sign in to comment.