File: contig.dataset.xml

package info (click to toggle)
python-pbcore 2.1.2%2Bdfsg-11
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 6,552 kB
  • sloc: python: 13,404; xml: 2,504; makefile: 226; sh: 66
file content (36 lines) | stat: -rw-r--r-- 1,624 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?xml version="1.0" encoding="utf-8"?>
<pbds:ContigSet 
    xmlns:pbbase="http://pacificbiosciences.com/PacBioBaseDataModel.xsd"  
    xmlns:pbds="http://pacificbiosciences.com/PacBioDatasets.xsd" 
    xmlns="http://pacificbiosciences.com/PacBioDataModel.xsd" 
    UniqueId="b095d0a3-94b8-4918-b3af-a3f81bbe519c" 
    TimeStampedName="contigset_150304_231155"
    MetaType="PacBio.DataSet.ContigSet" 
    Name="DataSet_ContigSet" 
    Tags="HGAP" 
    Version="2.3.0" 
    CreatedAt="2015-01-27T09:00:01" 
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    xsi:schemaLocation="http://pacificbiosciences.com/PacBioDataModel.xsd">
    <pbbase:ExternalResources>
        <pbbase:ExternalResource 
            UniqueId="b095d0a3-94b8-4918-b3af-a3f81bbe529c" 
            TimeStampedName="contig_fasta_150304_231155"
            MetaType="PacBio.ContigFile.ContigFastaFile" 
            Name="First Contigs FASTA" 
            Description="Points to an example contigs FASTA file e.g. from HGAP." 
            ResourceId="file:///mnt/path/to/contigs.fasta" Tags="Example">
        </pbbase:ExternalResource>
    </pbbase:ExternalResources>
    <pbds:DataSetMetadata>
        <pbds:TotalLength>5000000</pbds:TotalLength>
        <pbds:NumRecords>500</pbds:NumRecords>
        <pbds:Contigs>
            <pbds:Contig 
                Name="gi|229359445|emb|AM181176.4|" 
                Description="Pseudomonas fluorescens SBW25 complete genome|quiver" 
                Length="6722109" 
                Digest="f627c795efad7ce0050ed42b942d408e"/>
        </pbds:Contigs>
    </pbds:DataSetMetadata>
</pbds:ContigSet>