Skip to content

Commit

Permalink
fixed annotation file link download
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorpaisie committed Jul 25, 2024
1 parent 460dacb commit 33eda16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ SLIDINGWINDOW:4:20 MINLEN:25 ILLUMINACLIP:TruSeq3-PE-2.fa:2:40:15
#### Running prokka on the improved alignment with our downloaded protein set for annotation:

`$ mkdir -p results/annotation`
`$ cp /usr/local/share/data/denovo_assembly/results/annotation/NC_031063.1.faa ~/denovo_assembly/results/annotation`
`$ wget -nv https://raw.githubusercontent.com/taylorpaisie/VEME_2024_NGS_Denovo_Assembly/main/NC_031063.1.faa -O ~/denovo_assembly/results/annotation/NC_031063.1.faa`

#### For this tutorial we will copy the protein set we will use for annotation

Expand Down

0 comments on commit 33eda16

Please sign in to comment.