Skip to content

Commit

Permalink
Add sequences to test
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjcroucher committed Sep 7, 2023
1 parent b1774f9 commit 5880fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/gubbins/tests/test_python_scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def test_generate_ska_alignment(self):
## Run the generate_ska_alignment script
fasta_loc = os.path.join(preprocess_dir, './ska_fasta_list.txt')
with open(fasta_loc,'w') as list_file:
for i in range(1,5):
for i in range(1,7):
list_file.write('sequence_t' + str(i) + '\t' + \
os.path.join(preprocess_dir,'sequence_t' + str(i) + '.fasta\n'))
ref_seq = os.path.join(preprocess_dir, 'sequence_t1.fasta')
Expand Down

0 comments on commit 5880fae

Please sign in to comment.