We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e52a080 commit 365fc22Copy full SHA for 365fc22
README.md
@@ -16,10 +16,10 @@ cutadapt --version
16
# Check that FastQC is installed
17
fastqc -v
18
# Install Trim Galore
19
-curl -fsSL https://github.com/FelixKrueger/TrimGalore/archive/0.6.4.tar.gz -o trim_galore.tar.gz
+curl -fsSL https://github.com/FelixKrueger/TrimGalore/archive/0.6.5.tar.gz -o trim_galore.tar.gz
20
tar xvzf trim_galore.tar.gz
21
# Run Trim Galore
22
-~/TrimGalore-0.6.4/trim_galore
+~/TrimGalore-0.6.5/trim_galore
23
```
24
25
## Documentation
0 commit comments