Skip to content

Commit f21dd99

Browse files
authoredDec 6, 2023
Rename phylogenetics_prokka.sh.txt to phylogenetics_prokka.sh
1 parent a4a0e18 commit f21dd99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎shell_scripts/phylogenetics_prokka.sh.txt ‎shell_scripts/phylogenetics_prokka.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55

66
#!/bin/bash
77

8-
for file in *.fna; do prokka $file --outdir "$file".prokka.output --prefix PROKKA_$file; echo $file; done
8+
for file in *.fna; do prokka $file --outdir "$file".prokka.output --prefix PROKKA_$file; echo $file; done

0 commit comments

Comments
 (0)
Please sign in to comment.