Skip to content

Commit

Permalink
Revised a bit the check_common_hits function to account for more than…
Browse files Browse the repository at this point in the history
… one BLAST hit (issue EI-CoreBioinformatics#15). Ready for 0.9
  • Loading branch information
Luca Venturini authored and Luca Venturini committed Oct 6, 2015
1 parent b1dde15 commit b3ea3e4
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions sample_data/plants.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ scoring:
blast_score:
rescaling: max
cdna_length: {rescaling: max}
cds_not_maximal: {rescaling: min}
cds_not_maximal_fraction: {rescaling: min}
combined_cds_fraction: {rescaling: target, value: 0.8}
combined_cds_intron_fraction: {rescaling: max}
combined_cds_length: {rescaling: max}
Expand All @@ -34,14 +32,9 @@ scoring:
rescaling: min
highest_cds_exon_number: {rescaling: max}
intron_fraction: {rescaling: max}
number_internal_orfs: {rescaling: target, value: 1}
proportion_verified_introns: {rescaling: max}
retained_fraction: {rescaling: min}
retained_intron_num: {rescaling: min}
selected_cds_fraction: {rescaling: target, value: 0.8}
selected_cds_intron_fraction: {rescaling: max}
selected_cds_length: {rescaling: max}
selected_cds_num: {rescaling: max}
three_utr_length:
filter: {operator: le, value: 2500}
rescaling: target
Expand Down

0 comments on commit b3ea3e4

Please sign in to comment.