Skip to content

Commit 9e69b9e

Browse files
committed
edit to Biopy tutorial
1 parent 6e82d20 commit 9e69b9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_episodes/06-biopython.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ help(NCBIWWW.qblast)
393393
{: .python}
394394
395395
396-
Next we can read in a sequence that is stored in a FASTA file:
396+
Next we can read in a sequence that is stored in a FASTA file called [`test.fasta`](https://github.com/EEOB-BioData/BCB546X-Fall2019/blob/master/course-files/biopython/test.fasta).
397397
~~~
398398
query = SeqIO.read("test.fasta", format="fasta")
399399
~~~

0 commit comments

Comments
 (0)