Sha256: 46c435d9108698da15740a1b5bdcc52cf695ec30b03bcbd5f0b882c8d1e283fe

Contents?: true

Size: 257 Bytes

Versions: 7

Compression:

Stored size: 257 Bytes

Contents

#!/usr/bin/ruby


if ARGV.size == 0
  puts "usage: #{File.basename(__FILE__)} <file>.fasta"
  puts "output: <file>"
  #puts "WARNING!!: you need to run phobius_to_nontransmembrane.rb before"
  #puts "this to weed out transmembrane proteins!"
  exit
end




Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
ms-error_rate-0.0.13 bin/fasta_to_nuclear.rb
ms-error_rate-0.0.12 bin/fasta_to_nuclear.rb
ms-error_rate-0.0.11 bin/fasta_to_nuclear.rb
ms-error_rate-0.0.10 bin/fasta_to_nuclear.rb
ms-error_rate-0.0.9 bin/fasta_to_nuclear.rb
ms-error_rate-0.0.8 bin/fasta_to_nuclear.rb
ms-error_rate-0.0.7 bin/fasta_to_nuclear.rb