Skip to content

Commit

Permalink
Merge pull request #53 from hoelzer-lab/mac-fix
Browse files Browse the repository at this point in the history
remove unnecessary gunzip
  • Loading branch information
hoelzer authored Aug 1, 2023
2 parents 1144de1 + 7bbeac4 commit 6643ea4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/generate_html.nf
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ process generate_html {
cp "$baseDir/data/web.tar.gz" .
#wget https://www.rna.uni-jena.de/supplements/ribap/web.tar.gz
tar zxvf web.tar.gz
gunzip -r web
mkdir tree
cp *.svg tree/
Expand Down

0 comments on commit 6643ea4

Please sign in to comment.