Skip to content
Snippets Groups Projects
Commit 0fa76faf authored by Glenn Proctor's avatar Glenn Proctor
Browse files

File now contains -1 or +1 for strand, not +/-

parent bd4e0f7a
No related branches found
No related tags found
No related merge requests found
......@@ -152,7 +152,7 @@ sub parse {
$feature{SEQ_REGION_ID} = $seq_region_id;
$feature{START} = $start;
$feature{END} = $end;
$feature{STRAND} = ($strand =~ /\+/ ? 1 : -1);
$feature{STRAND} = $strand;
# ----------------------------------------
# Ensembl object - always a gene in cisRed
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment