STADEN Last Generation
Go to file
kuoi 0ddf615361 fix: README 2023-04-14 03:52:38 +08:00
bin fix: compile all 2023-04-14 02:02:58 +08:00
desktop add: add logo 2023-04-14 03:49:14 +08:00
doc init 2021-12-04 05:07:58 +00:00
help init 2021-12-04 05:07:58 +00:00
manl init 2021-12-04 05:07:58 +00:00
shell add: use shell to set env 2023-04-14 02:03:22 +08:00
src add: more information 2023-04-14 03:01:11 +08:00
tables init 2021-12-04 05:07:58 +00:00
userdata init 2021-12-04 05:07:58 +00:00
README.md fix: README 2023-04-14 03:52:38 +08:00
README1993.txt add: current readme 2023-04-14 02:56:17 +08:00
ReleaseNotes init 2021-12-04 05:07:58 +00:00
SequenceLibraries init 2021-12-04 05:07:58 +00:00
Version-1993.0.7 init 2021-12-04 05:07:58 +00:00
staden.login init 2021-12-04 05:07:58 +00:00
staden.profile init 2021-12-04 05:07:58 +00:00

README.md

STADEN-LG

STADEN Last Generation

Introduction

logo

This pkg is a fork of STADEN 1993 v12.1. Currently, I fixed the bug for compiling, but not completely.

Build

You should clone this repo and cd to the repo get the $pkgname via pwd

# build easy
for pkgalone in ted newted abi alf Misc cop convert expGetSeq frog getMCH indexseqlibs bap/osp-bits
do
cd $pkgname/src/$pkgalone
make
done

# compile x related
cd $pkgname/src/staden
bash gen_a.sh
make mep dap sap splitp1 splitp2 splitp3 gip sethelp convert_project sapf nipf xmep xdap xsap
cd $pkgname/src/bap
make bap xbap
for pkgalone in vepe update_subclones scf
do
cd $pkgname/src/$pkgalone
make
done

Or you can get this pkg from BioArchLinux repo.

Todo

Following pkgs need your hands.

  • nip

  • sip

  • rep

  • lip

  • vep

  • nipl

  • pipl

  • sipl

  • xnip

  • xpip

  • xsip

License

  • Copyright (c) 1993 MEDICAL RESEARCH COUNCIL (MRC), UK. BSD License.

  • Copyright (c) 2023~ Everyone. GPL License.