Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
susannasiebert committed May 4, 2017
1 parent 8d6cfb9 commit 7c45cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pvacseq/lib/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ def execute(self):
if self.input_file_type == 'vcf':
sys.exit("The TSV file is empty. Please check that the input VCF contains missense, inframe indel, or frameshift mutations.")
elif self.input_file_type == 'bedpe':
sys.exit("The TSV file is empty. Please check tha the input bedpe file contains fusion entries.")
sys.exit("The TSV file is empty. Please check that the input bedpe file contains fusion entries.")
chunks = self.split_tsv_file(total_row_count)

self.generate_fasta(chunks)
Expand Down

0 comments on commit 7c45cbf

Please sign in to comment.