Skip to content

Commit b678241

Browse files
committed
fixed doctest error
1 parent 419c8b6 commit b678241

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

clipcontext/cliplib.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1493,9 +1493,6 @@ def read_fasta_into_dic(fasta_file,
14931493
>>> test_fasta = "test_data/test.fa"
14941494
>>> read_fasta_into_dic(test_fasta)
14951495
{'seq1': 'acguACGUacgu', 'seq2': 'ugcaUGCAugcaACGUacgu'}
1496-
>>> test_fasta = "test_data/test2.fa"
1497-
>>> read_fasta_into_dic(test_fasta)
1498-
{}
14991496
>>> test_fasta = "test_data/test.ensembl.fa"
15001497
>>> read_fasta_into_dic(test_fasta, read_dna=True)
15011498
{'ENST00000415118': 'GAAATAGT', 'ENST00000448914': 'ACTGGGGGATACGAAAA'}

0 commit comments

Comments
 (0)