Skip to content

Commit 94a1030

Browse files
authored
Update README.md
1 parent 932554b commit 94a1030

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ cutadapt --version
1717
# Check that FastQC is installed
1818
fastqc -v
1919
# Install Trim Galore
20-
curl -fsSL https://github.com/FelixKrueger/TrimGalore/archive/0.6.9.tar.gz -o trim_galore.tar.gz
20+
curl -fsSL https://github.com/FelixKrueger/TrimGalore/archive/0.6.10.tar.gz -o trim_galore.tar.gz
2121
tar xvzf trim_galore.tar.gz
2222
# Run Trim Galore
23-
~/TrimGalore-0.6.9/trim_galore
23+
~/TrimGalore-0.6.10/trim_galore
2424
```
2525

2626
If you are using Bioconda:

0 commit comments

Comments
 (0)