Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
susannasiebert committed Jan 17, 2017
1 parent fc51eef commit 201c249
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 @@ -281,7 +281,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 201c249

Please sign in to comment.