软件包:pinfish(0.1.0+ds-4 以及其他的)
pinfish 的相关链接
Debian 的资源:
下载源码包 pinfish:
- [pinfish_0.1.0+ds-4.dsc]
- [pinfish_0.1.0+ds.orig-debian-tests-data.tar.xz]
- [pinfish_0.1.0+ds.orig.tar.xz]
- [pinfish_0.1.0+ds-4.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Collection of tools to annotate genomes using long read transcriptomics data
The toolchain is composed of the following tools: 1. spliced_bam2gff - a tool for converting sorted BAM files containing spliced alignments into GFF2 format. Each read will be represented as a distinct transcript. This tool comes handy when visualizing spliced reads at particular loci and to provide input to the rest of the toolchain.
2. cluster_gff - this tool takes a sorted GFF2 file as input and clusters together reads having similar exon/intron structure and creates a rough consensus of the clusters by taking the median of exon boundaries from all transcripts in the cluster.
3. polish_clusters - this tool takes the cluster definitions generated by cluster_gff and for each cluster creates an error corrected read by mapping all reads on the read with the median length and polishing it using racon. The polished reads can be mapped to the genome using minimap2 or GMAP.
4. collapse_partials - this tool takes GFFs generated by either cluster_gff or polish_clusters and filters out transcripts which are likely to be based on RNA degradation products from the 5' end. The tool clusters the input transcripts into "loci" by the 3' ends and discards transcripts which have a compatible transcripts in the loci with more exons.
其他与 pinfish 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.34)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: minimap2
- versatile pairwise aligner for genomic and spliced nucleotide sequences
-
- dep: racon
- consensus module for raw de novo DNA assembly of long uncorrected reads