Browse Source
Add ucsc-userapps to metaport. It was previously excluded due to packaging restrictions.overlay

6 changed files with 21 additions and 20 deletions
@ -1 +1 @@ |
|||
TIMESTAMP = 1717414690 |
|||
TIMESTAMP = 1731026515 |
|||
|
@ -0,0 +1,13 @@ |
|||
[ |
|||
{ type: install |
|||
message: <<EOM |
|||
|
|||
Biostar-tools installs all of the tools except emboss to the |
|||
default PATH (normally /usr/local/bin) so they just work without any |
|||
special environment. Emboss commands are installed to |
|||
%%PREFIX%%/emboss/bin due to conflicts with other packages. Run |
|||
"biostar-shell" to add the emboss commands to your PATH, and simply |
|||
exit the shell to return your PATH to normal. |
|||
EOM |
|||
} |
|||
] |
@ -1,11 +0,0 @@ |
|||
[ |
|||
{ type: install |
|||
message: <<EOM |
|||
|
|||
If you need bedGraphToBigWig, run: |
|||
|
|||
cd ${PORTSDIR}/biology/ucsc-userapps && make install clean |
|||
|
|||
EOM |
|||
} |
|||
] |
Loading…
Reference in new issue