mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
phylonet-hmm: fix url search
This commit is contained in:
parent
3b4652f45a
commit
685d31a4c8
1 changed files with 1 additions and 1 deletions
|
@ -7,4 +7,4 @@ update_on:
|
|||
# source: regex
|
||||
# url: https://bioinfocs.rice.edu/software/phmm
|
||||
- source: cmd
|
||||
cmd: echo 'y' | w3m -dump http://bioinfocs.rice.edu/software/phmm | grep 'File PhyloNet-HMM version' | awk '{print $4}'
|
||||
cmd: curl -sS https://phylogenomics.rice.edu/html/phyloHMM.html | grep 'Download PhyloNet-HMM as Tarball' | sed 's/-/ /g' | sed 's/.tar.bz2/ /g' | awk '{print $11}'
|
||||
|
|
Loading…
Add table
Reference in a new issue