fastq-factory 0.1.12 → 0.1.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/VERSION +1 -1
- data/fastq-factory.gemspec +1 -1
- data/lib/fastq-remove-orphans.pl +2 -2
- metadata +2 -2
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.13
|
data/fastq-factory.gemspec
CHANGED
data/lib/fastq-remove-orphans.pl
CHANGED
|
@@ -115,13 +115,13 @@ for $ident (keys %sequences_1) {
|
|
|
115
115
|
}
|
|
116
116
|
|
|
117
117
|
print STDERR "\nPrinting orphaned reads...\n";
|
|
118
|
-
my $orphaned_1;
|
|
118
|
+
my $orphaned_1 = 0;
|
|
119
119
|
for $ident (keys %sequences_1) {
|
|
120
120
|
print ORPHANED1 "\@${ident} 1\n$sequences_1{$ident}\n\+${ident} 1\n$qualities_1{$ident}\n";
|
|
121
121
|
$orphaned_1++;
|
|
122
122
|
}
|
|
123
123
|
|
|
124
|
-
my $orphaned_2;
|
|
124
|
+
my $orphaned_2 = 0;
|
|
125
125
|
for $ident (keys %sequences_2) {
|
|
126
126
|
print ORPHANED2 "\@${ident} 2\n$sequences_2{$ident}\n\+${ident} 2\n$qualities_2{$ident}\n";
|
|
127
127
|
$orphaned_2++
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fastq-factory
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.13
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -165,7 +165,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
165
165
|
version: '0'
|
|
166
166
|
segments:
|
|
167
167
|
- 0
|
|
168
|
-
hash:
|
|
168
|
+
hash: -1919309219181792755
|
|
169
169
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
170
170
|
none: false
|
|
171
171
|
requirements:
|