cagnut_samtools 0.3.1 → 0.3.2

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
  SHA1:
3
- metadata.gz: deb4e3f4a2c5681c6399b9933e0bd64c7ae15bf0
4
- data.tar.gz: 7536d73c34d98605ba93852b065707440e1cd696
3
+ metadata.gz: 104de358bf953364db9d9bb93f661555371cd911
4
+ data.tar.gz: 3b3a6c9d559e01fe52c1faafe52c7a6239c16fcc
5
5
  SHA512:
6
- metadata.gz: f47bb674362fbcfdea222f6248f1b35c39259775dcc83b8cb83506a20359cf4af3e35c0c3d6a4e9ea71d1ca7f580c424e70f619e749b64646fe2a63a0681467d
7
- data.tar.gz: e10b2ab2f3e40ef4ec2a07a898391fca15fc5356d73fbede724bbe264ed566ca4bd64795f6accd3fe5a5d8b2bbfb8b8bd8ee18a1cd859b9125e1bea1ed765e06
6
+ metadata.gz: 42949ec7290b31e1972af4329869d93cd6735b28de368247b8e0a932cc02d0c27334bfe75a26eb2646906da5d4d4efa7a5120df1afb280718a62d365674faa56
7
+ data.tar.gz: 5ff15abfcc1bce3d3e1487bdea3126982dfb9f6db55e8d631bf771be95fa75ca18aecec17f744680db678eef3d35762bf20be052f4428879a681d68885aea234
@@ -44,7 +44,7 @@ then
44
44
  fi
45
45
 
46
46
  #{samtools_path} index #{output} #{run_local}
47
- mv #{bam_dir}/#{output}.bai #{output_bai}
47
+ mv #{output}.bai #{output_bai}
48
48
  echo "#{script_name} is finished at $(date +%Y%m%d%H%M%S)" >> "#{jobs_dir}/finished_jobs"
49
49
 
50
50
  exit $EXITSTATUS
@@ -1,3 +1,3 @@
1
1
  module CagnutSamtools
2
- VERSION = "0.3.1"
2
+ VERSION = "0.3.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cagnut_samtools
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shi-Gang Wang
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2016-11-07 00:00:00.000000000 Z
12
+ date: 2016-12-01 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: cagnut_core