1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup python 1.0 |
---|
6 | |
---|
7 | name py-screed |
---|
8 | version 0.7 |
---|
9 | categories python science |
---|
10 | platforms darwin |
---|
11 | license Permissive |
---|
12 | python.versions 26 27 |
---|
13 | |
---|
14 | homepage https://github.com/ged-lab/screed |
---|
15 | description screed parses FASTA and FASTQ files, generates databases, and lets you query these databases. |
---|
16 | long_description screed parses FASTA and FASTQ files, generates databases, \ |
---|
17 | and lets you query these databases. Values such as sequence \ |
---|
18 | name, sequence description, sequence quality, and the sequence \ |
---|
19 | itself can be retrieved from these databases. |
---|
20 | maintainers node99.org:sean openmaintainer |
---|
21 | |
---|
22 | fetch.type git |
---|
23 | git.url https://github.com/ged-lab/screed.git |
---|