Skip to content

Commit 365fc22

Browse files
author
Felix Krueger
authored
Update README.md
1 parent e52a080 commit 365fc22

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
@@ -16,10 +16,10 @@ cutadapt --version
1616
# Check that FastQC is installed
1717
fastqc -v
1818
# Install Trim Galore
19-
curl -fsSL https://github.com/FelixKrueger/TrimGalore/archive/0.6.4.tar.gz -o trim_galore.tar.gz
19+
curl -fsSL https://github.com/FelixKrueger/TrimGalore/archive/0.6.5.tar.gz -o trim_galore.tar.gz
2020
tar xvzf trim_galore.tar.gz
2121
# Run Trim Galore
22-
~/TrimGalore-0.6.4/trim_galore
22+
~/TrimGalore-0.6.5/trim_galore
2323
```
2424

2525
## Documentation

0 commit comments

Comments
 (0)