Skip to content

Commit

Permalink
removes longest orf from aligned seq from results file
Browse files Browse the repository at this point in the history
  • Loading branch information
averissimo committed May 23, 2016
1 parent 8db9050 commit 1a4af80
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/reporting.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,13 @@ module Reporting
sseqid
contig_count
nt_aligned_seq aa_aligned_seq
nt_aligned_longest_orf nt_aligned_longest_orf_len
aa_aligned_longest_orf aa_aligned_longest_orf_len
nt_db_seq aa_db_seq
nt_db_longest_orf nt_db_longest_orf_len
aa_db_longest_orf aa_db_longest_orf_len)
#
# ORF calculated from aligned sequence is not kept in results
# aa_aligned_longest_orf aa_aligned_longest_orf_len
# nt_aligned_longest_orf nt_aligned_longest_orf_len
#
attr_accessor :db
#
Expand Down

0 comments on commit 1a4af80

Please sign in to comment.