File: control

package info (click to toggle)
artfastqgenerator 0.0.20150519-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 4,916 kB
  • sloc: java: 1,481; sh: 39; makefile: 11
file content (60 lines) | stat: -rw-r--r-- 3,021 bytes parent folder | download
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Source: artfastqgenerator
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 9),
               javahelper,
               default-jdk
Standards-Version: 3.9.7
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/artfastqgenerator.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/artfastqgenerator.git
Homepage: https://sourceforge.net/projects/artfastqgen/

Package: artfastqgenerator
Architecture: all
Depends: ${java:Depends},
         ${misc:Depends}
Description: ouputs artificial FASTQ files derived from a reference genome
 ArtificialFastqGenerator takes the reference genome (in FASTA format) as
 input and outputs artificial FASTQ files in the Sanger format. It can
 accept Phred base quality scores from existing FASTQ files, and use them
 to simulate sequencing errors. Since the artificial FASTQs are derived
 from the reference genome, the reference genome provides a gold-standard
 for calling variants (Single Nucleotide Polymorphisms (SNPs) and
 insertions and deletions (indels)). This enables evaluation of a Next
 Generation Sequencing (NGS) analysis pipeline which aligns reads to the
 reference genome and then calls the variants.

Package: artfastqgenerator-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Description: ouputs artificial FASTQ files derived from a reference genome (doc)
 ArtificialFastqGenerator takes the reference genome (in FASTA format) as
 input and outputs artificial FASTQ files in the Sanger format. It can
 accept Phred base quality scores from existing FASTQ files, and use them
 to simulate sequencing errors. Since the artificial FASTQs are derived
 from the reference genome, the reference genome provides a gold-standard
 for calling variants (Single Nucleotide Polymorphisms (SNPs) and
 insertions and deletions (indels)). This enables evaluation of a Next
 Generation Sequencing (NGS) analysis pipeline which aligns reads to the
 reference genome and then calls the variants.
 .
 This package contains the Java API documentation for artfastqgenerator.

Package: artfastqgenerator-examples
Architecture: all
Depends: ${misc:Depends}
Description: ouputs artificial FASTQ files derived from a reference genome (examples)
 ArtificialFastqGenerator takes the reference genome (in FASTA format) as
 input and outputs artificial FASTQ files in the Sanger format. It can
 accept Phred base quality scores from existing FASTQ files, and use them
 to simulate sequencing errors. Since the artificial FASTQs are derived
 from the reference genome, the reference genome provides a gold-standard
 for calling variants (Single Nucleotide Polymorphisms (SNPs) and
 insertions and deletions (indels)). This enables evaluation of a Next
 Generation Sequencing (NGS) analysis pipeline which aligns reads to the
 reference genome and then calls the variants.
 .
 This package contains example data for artfastqgenerator.