| 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 | PortGroup github 1.0 |
|---|
| 7 | |
|---|
| 8 | github.setup ged-lab screed 2012-assembly-artifacts |
|---|
| 9 | name py-screed |
|---|
| 10 | categories python science |
|---|
| 11 | platforms darwin |
|---|
| 12 | license Permissive |
|---|
| 13 | python.versions 26 27 |
|---|
| 14 | |
|---|
| 15 | homepage https://github.com/ged-lab/screed |
|---|
| 16 | description screed parses FASTA and FASTQ files, generates databases, and lets you query these databases. |
|---|
| 17 | long_description screed parses FASTA and FASTQ files, generates databases, \ |
|---|
| 18 | and lets you query these databases. Values such as sequence \ |
|---|
| 19 | name, sequence description, sequence quality, and the sequence \ |
|---|
| 20 | itself can be retrieved from these databases. |
|---|
| 21 | maintainers node99.org:sean openmaintainer |
|---|
| 22 | |
|---|
| 23 | checksums rmd160 1cc1c0434d7e0be851041bc0d07d61e2d1136425 \ |
|---|
| 24 | sha256 2ffd4c7ea439ff4dd4d4e436015bebf6f4b5ea9b05bc3f0d1cf6373db57aff1c |
|---|