Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Fix cut-n-pasto
· ee7dcd52
Andreas Tille
authored
Jun 10, 2018
ee7dcd52
Upload to unstable
· daaa086d
Andreas Tille
authored
Jun 10, 2018
daaa086d
Enhanced description
· 28d8e6a6
Andreas Tille
authored
Jun 11, 2018
28d8e6a6
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
28d8e6a6
rampler (1.1.0-
1
) UNRELEASED; urgency=medium
rampler (1.1.0-
2
) UNRELEASED; urgency=medium
*
Initial release (Closes: #????)
*
Enhanced description
-- Andreas Tille <tille@debian.org> Fri, 08 Jun 2018 13:20:51 +0200
-- Andreas Tille <tille@debian.org> Mon, 11 Jun 2018 12:43:20 +0200
rampler (1.1.0-1) unstable; urgency=medium
* Initial release (Closes: #901226)
-- Andreas Tille <tille@debian.org> Sun, 10 Jun 2018 11:35:12 +0200
debian/control
View file @
28d8e6a6
...
...
@@ -16,9 +16,11 @@ Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Description: module for sampling genomic sequences
module for sampling genomic sequences
Standalone module for sampling genomic sequences. It supports two modes,
random subsampling of sequencer data to a desired depth (given the
reference length) and file splitting to desired size in bytes.
.
Asked for better description in
https://github.com/rvaser/rampler/issues/1
.
For the moment it is just a precondition for racon (#890187).
\ No newline at end of file
Rampler takes as first input argument a file in FASTA/FASTQ format which
can be compressed with gzip. The rest of input parameters depend on the
mode of operation. The output is stored into a file(s) which is in the
same format as the input file but uncompressed.
debian/copyright
View file @
28d8e6a6
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name:
Spoa
Upstream-Contact:
Source: https://github.com/rvaser/
spoa
/releases
Upstream-Name:
rampler
Upstream-Contact:
robert.vaser@fer.hr
Source: https://github.com/rvaser/
rampler
/releases
Files: *
Copyright: 2016-2018 Robert Vaser
...
...