We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 932554b commit 94a1030Copy full SHA for 94a1030
README.md
@@ -17,10 +17,10 @@ cutadapt --version
17
# Check that FastQC is installed
18
fastqc -v
19
# Install Trim Galore
20
-curl -fsSL https://github.com/FelixKrueger/TrimGalore/archive/0.6.9.tar.gz -o trim_galore.tar.gz
+curl -fsSL https://github.com/FelixKrueger/TrimGalore/archive/0.6.10.tar.gz -o trim_galore.tar.gz
21
tar xvzf trim_galore.tar.gz
22
# Run Trim Galore
23
-~/TrimGalore-0.6.9/trim_galore
+~/TrimGalore-0.6.10/trim_galore
24
```
25
26
If you are using Bioconda:
0 commit comments