File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -217,8 +217,6 @@ jobs:
217217 with :
218218 name : sdist
219219 path : dist
220- - name : Install setuptools
221- run : python -m pip install setuptools
222220 - name : Extract package version
223221 run : echo PKGVER=$(echo '${{ github.ref }}' | cut -d'v' -f2) >> $GITHUB_ENV
224222 - name : Compute SHA256 of source distribution
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ of the documentation for other ways to install Pyrodigal on your machine.
141141## 💡 Example
142142
143143Let's load a sequence from a
144- [ GenBank] ( http://www.insdc.org/files/feature_table.html ) file, use an ` GeneFinder `
144+ [ GenBank] ( http://www.insdc.org/files/feature_table.html ) file, use a ` GeneFinder `
145145to find all the genes it contains, and print the proteins in two-line FASTA
146146format.
147147
You can’t perform that action at this time.
0 commit comments