Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions DebianMed/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# biotoolsConnect : Debian Med
Adaptor for content exchange between bio.tools and Debian Med.

Run this script on any Linux machine with a psql client. In case you are lacking any such machine but you are a member of the Debian Med team you can do:

rsync edam.sh alioth.debian.org:
ssh alioth.debian.org
./edam.sh


The script queries the Debian "database of everything" (UDD) and retrieves, for all bioinformatics tools inside Debian, information relevant to bio.tools, including EDAM annotations. The UDD itself includes information from the debian/upstream/edam files which hold EDAM annotation on Debian packages.
The script queries the Debian "database of everything" (UDD) and retrieves, for all bioinformatics tools inside Debian, information relevant to bio.tools, including EDAM annotations. The UDD itself includes information from the files:
* debian/upstream/edam: holds EDAM annotation on Debian packages.
* debian/upstream/metadata: assigns Debian packages to Registry like bio.tools

Run this script on any Linux machine with a psql client and redirect into a file:
```
./edam.sh -mj > edam.json
```