We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bfa10e commit f9485e9Copy full SHA for f9485e9
.github/workflows/dev.yml
@@ -45,7 +45,7 @@ jobs:
45
STAR_VERSION="2.7.11a"
46
wget -q https://github.com/alexdobin/STAR/releases/download/${STAR_VERSION}/STAR_${STAR_VERSION}.zip
47
unzip STAR_${STAR_VERSION}.zip
48
- sudo mv Linux_x86_64_static/STAR /usr/local/bin/
+ sudo mv STAR_${STAR_VERSION}/Linux_x86_64_static/STAR /usr/local/bin/
49
50
- name: Verify STAR and samtools installation
51
run: |
0 commit comments