... | ... |
@@ -1,10 +1,14 @@ |
1 | 1 |
Package: ShortRead |
2 | 2 |
Type: Package |
3 | 3 |
Title: FASTQ input and manipulation |
4 |
-Version: 1.55.0 |
|
5 |
-Author: Martin Morgan, Michael Lawrence, Simon Anders |
|
6 |
-Maintainer: Bioconductor Package Maintainer |
|
7 |
- <maintainer@bioconductor.org> |
|
4 |
+Version: 1.55.1 |
|
5 |
+Authors@R: c( |
|
6 |
+ person("Bioconductor Package", "Maintainer", role="cre", |
|
7 |
+ email="maintainer@bioconductor.org"), |
|
8 |
+ person("Martin", "Morgan", role = "aut"), |
|
9 |
+ person("Michael", "Lawrence", role = "ctb"), |
|
10 |
+ person("Simon", "Anders", role = "ctb") |
|
11 |
+ ) |
|
8 | 12 |
Description: This package implements sampling, iteration, and input of |
9 | 13 |
FASTQ files. The package includes functions for filtering and |
10 | 14 |
trimming reads, and for generating a quality assessment report. |
... | ... |
@@ -22,3 +26,7 @@ Imports: Biobase, S4Vectors (>= 0.17.25), IRanges (>= 2.13.12), |
22 | 26 |
Suggests: BiocStyle, RUnit, biomaRt, GenomicFeatures, yeastNagalakshmi |
23 | 27 |
LinkingTo: S4Vectors, IRanges, XVector, Biostrings, Rhtslib, zlibbioc |
24 | 28 |
biocViews: DataImport, Sequencing, QualityControl |
29 |
+URL: https://bioconductor.org/packages/ShortRead, |
|
30 |
+ https://github.com/Bioconductor/ShortRead, |
|
31 |
+ https://support.bioconductor.org/tag/ShortRead |
|
32 |
+BugReports: https://github.com/Bioconductor/ShortRead/issues |
- ee71f25 and adf4a49 closes #3
... | ... |
@@ -20,5 +20,5 @@ Imports: Biobase, S4Vectors (>= 0.17.25), IRanges (>= 2.13.12), |
20 | 20 |
GenomeInfoDb (>= 1.15.2), GenomicRanges (>= 1.31.8), |
21 | 21 |
hwriter, methods, zlibbioc, lattice, latticeExtra, |
22 | 22 |
Suggests: BiocStyle, RUnit, biomaRt, GenomicFeatures, yeastNagalakshmi |
23 |
-LinkingTo: S4Vectors, IRanges, XVector, Biostrings |
|
23 |
+LinkingTo: S4Vectors, IRanges, XVector, Biostrings, Rhtslib, zlibbioc |
|
24 | 24 |
biocViews: DataImport, Sequencing, QualityControl |
C function get_XStringSet_xsbaseclassname() defined in the Biostrings
package was just a wrapper around C function get_List_elementType()
defined in the S4Vectors package. This wrapper is not needed anymore
and is about to be removed from Biostrings.
- see https://support.bioconductor.org/p/106144/
... | ... |
@@ -1,7 +1,7 @@ |
1 | 1 |
Package: ShortRead |
2 | 2 |
Type: Package |
3 | 3 |
Title: FASTQ input and manipulation |
4 |
-Version: 1.37.0 |
|
4 |
+Version: 1.37.1 |
|
5 | 5 |
Author: Martin Morgan, Michael Lawrence, Simon Anders |
6 | 6 |
Maintainer: Bioconductor Package Maintainer |
7 | 7 |
<maintainer@bioconductor.org> |
... | ... |
@@ -15,9 +15,9 @@ Description: This package implements sampling, iteration, and input of |
15 | 15 |
License: Artistic-2.0 |
16 | 16 |
LazyLoad: yes |
17 | 17 |
Depends: BiocGenerics (>= 0.23.3), BiocParallel, Biostrings (>= |
18 |
- 2.37.1), Rsamtools (>= 1.21.4), GenomicAlignments (>= 1.5.4) |
|
19 |
-Imports: Biobase, S4Vectors (>= 0.13.8), IRanges (>= 2.3.7), |
|
20 |
- GenomeInfoDb (>= 1.1.19), GenomicRanges (>= 1.21.6), |
|
18 |
+ 2.47.6), Rsamtools (>= 1.31.2), GenomicAlignments (>= 1.15.6) |
|
19 |
+Imports: Biobase, S4Vectors (>= 0.17.25), IRanges (>= 2.13.12), |
|
20 |
+ GenomeInfoDb (>= 1.15.2), GenomicRanges (>= 1.31.8), |
|
21 | 21 |
hwriter, methods, zlibbioc, lattice, latticeExtra, |
22 | 22 |
Suggests: BiocStyle, RUnit, biomaRt, GenomicFeatures, yeastNagalakshmi |
23 | 23 |
LinkingTo: S4Vectors, IRanges, XVector, Biostrings |
... | ... |
@@ -1,7 +1,7 @@ |
1 | 1 |
Package: ShortRead |
2 | 2 |
Type: Package |
3 | 3 |
Title: FASTQ input and manipulation |
4 |
-Version: 1.35.2 |
|
4 |
+Version: 1.35.3 |
|
5 | 5 |
Author: Martin Morgan, Michael Lawrence, Simon Anders |
6 | 6 |
Maintainer: Bioconductor Package Maintainer |
7 | 7 |
<maintainer@bioconductor.org> |
... | ... |
@@ -14,7 +14,7 @@ Description: This package implements sampling, iteration, and input of |
14 | 14 |
alignment formats. |
15 | 15 |
License: Artistic-2.0 |
16 | 16 |
LazyLoad: yes |
17 |
-Depends: BiocGenerics (>= 0.11.3), BiocParallel, Biostrings (>= |
|
17 |
+Depends: BiocGenerics (>= 0.23.3), BiocParallel, Biostrings (>= |
|
18 | 18 |
2.37.1), Rsamtools (>= 1.21.4), GenomicAlignments (>= 1.5.4) |
19 | 19 |
Imports: Biobase, S4Vectors (>= 0.13.8), IRanges (>= 2.3.7), |
20 | 20 |
GenomeInfoDb (>= 1.1.19), GenomicRanges (>= 1.21.6), |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ShortRead@129294 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ShortRead@129129 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ShortRead@129126 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ShortRead@126085 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -1,7 +1,7 @@ |
1 | 1 |
Package: ShortRead |
2 | 2 |
Type: Package |
3 | 3 |
Title: FASTQ input and manipulation |
4 |
-Version: 1.33.0 |
|
4 |
+Version: 1.33.1 |
|
5 | 5 |
Author: Martin Morgan, Michael Lawrence, Simon Anders |
6 | 6 |
Maintainer: Bioconductor Package Maintainer |
7 | 7 |
<maintainer@bioconductor.org> |
... | ... |
@@ -16,7 +16,7 @@ License: Artistic-2.0 |
16 | 16 |
LazyLoad: yes |
17 | 17 |
Depends: BiocGenerics (>= 0.11.3), BiocParallel, Biostrings (>= |
18 | 18 |
2.37.1), Rsamtools (>= 1.21.4), GenomicAlignments (>= 1.5.4) |
19 |
-Imports: Biobase, S4Vectors (>= 0.7.1), IRanges (>= 2.3.7), |
|
19 |
+Imports: Biobase, S4Vectors (>= 0.13.8), IRanges (>= 2.3.7), |
|
20 | 20 |
GenomeInfoDb (>= 1.1.19), GenomicRanges (>= 1.21.6), |
21 | 21 |
hwriter, methods, zlibbioc, lattice, latticeExtra, |
22 | 22 |
Suggests: BiocStyle, RUnit, biomaRt, GenomicFeatures, yeastNagalakshmi |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ShortRead@122712 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ShortRead@122710 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ShortRead@119243 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ShortRead@117081 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ShortRead@117079 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ShortRead@114812 bc3139a8-67e5-0310-9ffc-ced21a209358
- part of 'legacy' code
- avoids conflict with VariantAnnotation::readInfo
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ShortRead@114694 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ShortRead@114540 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ShortRead@112827 bc3139a8-67e5-0310-9ffc-ced21a209358
- probably a bug introduced into R-devel
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ShortRead@109902 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ShortRead@109592 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ShortRead@109589 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ShortRead@105724 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ShortRead@103917 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ShortRead@103387 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ShortRead@103289 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -1,7 +1,7 @@ |
1 | 1 |
Package: ShortRead |
2 | 2 |
Type: Package |
3 | 3 |
Title: FASTQ input and manipulation |
4 |
-Version: 1.27.1 |
|
4 |
+Version: 1.27.2 |
|
5 | 5 |
Author: Martin Morgan, Michael Lawrence, Simon Anders |
6 | 6 |
Maintainer: Bioconductor Package Maintainer |
7 | 7 |
<maintainer@bioconductor.org> |
... | ... |
@@ -15,9 +15,9 @@ Description: This package implements sampling, iteration, and input of |
15 | 15 |
License: Artistic-2.0 |
16 | 16 |
LazyLoad: yes |
17 | 17 |
Depends: BiocGenerics (>= 0.11.3), BiocParallel, Biostrings (>= |
18 |
- 2.33.14), Rsamtools (>= 1.17.28), GenomicAlignments (>= 1.1.28) |
|
19 |
-Imports: Biobase, S4Vectors (>= 0.5.11), IRanges (>= 1.99.27), |
|
20 |
- GenomeInfoDb (>= 1.1.19), GenomicRanges (>= 1.17.39), |
|
18 |
+ 2.37.1), Rsamtools (>= 1.21.4), GenomicAlignments (>= 1.5.4) |
|
19 |
+Imports: Biobase, S4Vectors (>= 0.7.1), IRanges (>= 2.3.7), |
|
20 |
+ GenomeInfoDb (>= 1.1.19), GenomicRanges (>= 1.21.6), |
|
21 | 21 |
hwriter, methods, zlibbioc, lattice, latticeExtra, |
22 | 22 |
Suggests: BiocStyle, RUnit, biomaRt, GenomicFeatures, yeastNagalakshmi |
23 | 23 |
LinkingTo: S4Vectors, IRanges, XVector, Biostrings |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ShortRead@102917 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -19,7 +19,6 @@ Depends: BiocGenerics (>= 0.11.3), BiocParallel, Biostrings (>= |
19 | 19 |
Imports: Biobase, S4Vectors (>= 0.5.11), IRanges (>= 1.99.27), |
20 | 20 |
GenomeInfoDb (>= 1.1.19), GenomicRanges (>= 1.17.39), |
21 | 21 |
hwriter, methods, zlibbioc, lattice, latticeExtra, |
22 |
-Suggests: BiocStyle, RUnit, biomaRt, GenomicFeatures, GenomicFiles, |
|
23 |
- yeastNagalakshmi |
|
22 |
+Suggests: BiocStyle, RUnit, biomaRt, GenomicFeatures, yeastNagalakshmi |
|
24 | 23 |
LinkingTo: S4Vectors, IRanges, XVector, Biostrings |
25 | 24 |
biocViews: DataImport, Sequencing, QualityControl |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ShortRead@102916 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -1,7 +1,7 @@ |
1 | 1 |
Package: ShortRead |
2 | 2 |
Type: Package |
3 | 3 |
Title: FASTQ input and manipulation |
4 |
-Version: 1.27.0 |
|
4 |
+Version: 1.27.1 |
|
5 | 5 |
Author: Martin Morgan, Michael Lawrence, Simon Anders |
6 | 6 |
Maintainer: Bioconductor Package Maintainer |
7 | 7 |
<maintainer@bioconductor.org> |
... | ... |
@@ -19,6 +19,7 @@ Depends: BiocGenerics (>= 0.11.3), BiocParallel, Biostrings (>= |
19 | 19 |
Imports: Biobase, S4Vectors (>= 0.5.11), IRanges (>= 1.99.27), |
20 | 20 |
GenomeInfoDb (>= 1.1.19), GenomicRanges (>= 1.17.39), |
21 | 21 |
hwriter, methods, zlibbioc, lattice, latticeExtra, |
22 |
-Suggests: BiocStyle, RUnit, biomaRt, GenomicFeatures, yeastNagalakshmi |
|
22 |
+Suggests: BiocStyle, RUnit, biomaRt, GenomicFeatures, GenomicFiles, |
|
23 |
+ yeastNagalakshmi |
|
23 | 24 |
LinkingTo: S4Vectors, IRanges, XVector, Biostrings |
24 | 25 |
biocViews: DataImport, Sequencing, QualityControl |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ShortRead@102594 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ShortRead@102591 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ShortRead@101602 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ShortRead@100365 bc3139a8-67e5-0310-9ffc-ced21a209358
- obey 'compress' argument
- require 'mode'
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ShortRead@97376 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ShortRead@97100 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -1,7 +1,7 @@ |
1 | 1 |
Package: ShortRead |
2 | 2 |
Type: Package |
3 | 3 |
Title: FASTQ input and manipulation |
4 |
-Version: 1.25.6 |
|
4 |
+Version: 1.25.7 |
|
5 | 5 |
Author: Martin Morgan, Michael Lawrence, Simon Anders |
6 | 6 |
Maintainer: Bioconductor Package Maintainer |
7 | 7 |
<maintainer@bioconductor.org> |
... | ... |
@@ -16,7 +16,7 @@ License: Artistic-2.0 |
16 | 16 |
LazyLoad: yes |
17 | 17 |
Depends: BiocGenerics (>= 0.11.3), BiocParallel, Biostrings (>= |
18 | 18 |
2.33.14), Rsamtools (>= 1.17.28), GenomicAlignments (>= 1.1.28) |
19 |
-Imports: Biobase, S4Vectors (>= 0.2.2), IRanges (>= 1.99.27), |
|
19 |
+Imports: Biobase, S4Vectors (>= 0.5.11), IRanges (>= 1.99.27), |
|
20 | 20 |
GenomeInfoDb (>= 1.1.19), GenomicRanges (>= 1.17.39), |
21 | 21 |
hwriter, methods, zlibbioc, lattice, latticeExtra, |
22 | 22 |
Suggests: BiocStyle, RUnit, biomaRt, GenomicFeatures, yeastNagalakshmi |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ShortRead@96860 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ShortRead@96750 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ShortRead@96706 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ShortRead@96702 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ShortRead@96500 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ShortRead@96295 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ShortRead@95443 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ShortRead@95439 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ShortRead@94240 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ShortRead@94044 bc3139a8-67e5-0310-9ffc-ced21a209358