Sha256: e02497d7352e452d42a9ad219ee5505f9e20ced6b6b04ee03091c4885e60421a
Contents?: true
Size: 540 Bytes
Versions: 1
Compression:
Stored size: 540 Bytes
Contents
require 'spec_helper' require 'ms/quant/qspec' require 'csv' describe 'running qspec' do before do @file = TESTFILES + '/ms/quant/max_quant_output.txt' rows = IO.readlines(@file).map {|line| line.chomp.split("\t") } p rows.map(&:size) abort 'here' #columns = IO.readlines(@file).map {|line| line.split("\t") }.transpose headers = columns.map(&:first) p headers end describe 'on spectral count data' do it 'works' do 1.should == 1 end end describe 'on MaxQuant LFQ data' do end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mspire-0.6.1 | spec/ms/quant/qspec_spec.rb |