miga-base 0.5.2.0 → 0.5.2.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5f447271e82d3343b44f79480c0133223af203dce8bb709ac7e389a559a4960f
4
- data.tar.gz: fe31c84fe318692a636df5eb85f45e8cec7a1b05e399ebacbac16113e3b84a2a
3
+ metadata.gz: 4e63c0be19f4c1deb225b622ffae0d4745484c4e5e9e14433b588986bf6f7a5a
4
+ data.tar.gz: 609dfcbd7207f1a2a63dc76f9674357182734d19eaea1e26bb857286b2932e05
5
5
  SHA512:
6
- metadata.gz: 36f741d0157aa77e60d87fb6bd8bb5038923833a9ef4d40e405cb43b50f6b4ac88b24498e22a21c12987f933bbddd553ba6e01fc7435b1e4d838e9a7b55255fd
7
- data.tar.gz: c4060a6f20c403c339ca161d721ee71c4e5a268703214a614b93be3c443021c4c954bc87e72587f96a0eb40b6cfe4b6234ab0d2bb4218e4cc686dff93d2aeccd
6
+ metadata.gz: fcc03a3382fbc0510773298e708ae42ebf0b16a565e5feedf6f31b732a86d1538cc6545428c69f7dd553aaaa79530b018f130d487091a45db07d6dc242790be3
7
+ data.tar.gz: 3bebfccfff429d53b131e8f8716e9af51c61abd686267d496d1e0f71524edc85d91623e1b86d7202257edafaaf8d0089957fd87224524a7ef65e73f604d96173
@@ -10,7 +10,7 @@ module MiGA
10
10
  # - Float representing the major.minor version.
11
11
  # - Integer representing gem releases of the current version.
12
12
  # - Integer representing minor changes that require new version number.
13
- VERSION = [0.5, 2, 0]
13
+ VERSION = [0.5, 2, 1]
14
14
 
15
15
  ##
16
16
  # Nickname for the current major.minor version.
@@ -18,7 +18,7 @@ module MiGA
18
18
 
19
19
  ##
20
20
  # Date of the current gem release.
21
- VERSION_DATE = Date.new(2020, 1, 7)
21
+ VERSION_DATE = Date.new(2020, 1, 8)
22
22
 
23
23
  ##
24
24
  # Reference of MiGA.
@@ -26,15 +26,15 @@ TYPE=$(miga ls -P "$PROJECT" -D "$DATASET" \
26
26
  --metadata "type" | awk '{print $2}')
27
27
  COLL=$(miga about -P "$PROJECT" -m ess_coll)
28
28
  [[ "$COLL" == "?" ]] && COLL=dupont_2012
29
- CMD="HMM.essential.rb \
30
- -i '$FAA' -o '${DATASET}.ess.faa' -m '${DATASET}.ess/' \
31
- -t '$CORES' -r '$DATASET' --collection '$COLL'"
32
29
  if [[ "$TYPE" == "metagenome" || "$TYPE" == "virome" ]] ; then
33
- CMD="$CMD --metagenome"
30
+ FLAGS="--metagenome"
34
31
  else
35
- CMD="$CMD --alignments '${DATASET}.ess/proteins.aln'"
32
+ FLAGS="--alignments ${DATASET}.ess/proteins.aln"
36
33
  fi
37
- $CMD > "${DATASET}.ess/log"
34
+ HMM.essential.rb \
35
+ -i "$FAA" -o "${DATASET}.ess.faa" -m "${DATASET}.ess/" \
36
+ -t "$CORES" -r "$DATASET" --collection "$COLL" $FLAGS \
37
+ > "${DATASET}.ess/log"
38
38
 
39
39
  # Reduce files
40
40
  if exists "$DATASET".ess/*.faa ; then
@@ -1 +1 @@
1
- utils/enveomics/Pipelines/assembly.pbs/../../Scripts/FastA.N50.pl
1
+ ../../Scripts/FastA.N50.pl
@@ -1 +1 @@
1
- utils/enveomics/Pipelines/assembly.pbs/../../Scripts/FastA.filterN.pl
1
+ ../../Scripts/FastA.filterN.pl
@@ -1 +1 @@
1
- utils/enveomics/Pipelines/assembly.pbs/../../Scripts/FastA.length.pl
1
+ ../../Scripts/FastA.length.pl
@@ -1 +1 @@
1
- utils/enveomics/Pipelines/blast.pbs/../../Scripts/FastA.split.pl
1
+ ../../Scripts/FastA.split.pl
@@ -1 +1 @@
1
- utils/enveomics/Scripts/lib/../../enveomics.R
1
+ ../../enveomics.R
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: miga-base
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.2.0
4
+ version: 0.5.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Luis M. Rodriguez-R
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-01-07 00:00:00.000000000 Z
11
+ date: 2020-01-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: daemons
@@ -515,8 +515,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
515
515
  - !ruby/object:Gem::Version
516
516
  version: '0'
517
517
  requirements: []
518
- rubyforge_project:
519
- rubygems_version: 2.7.6
518
+ rubygems_version: 3.0.3
520
519
  signing_key:
521
520
  specification_version: 4
522
521
  summary: MiGA