Skip to content
Snippets Groups Projects
Commit ca34aa2c authored by Andreas Kusalananda Kähäri's avatar Andreas Kusalananda Kähäri
Browse files

Add forgotten '$' on scalar.

parent df1d8c17
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ sub run {
# They also use '+' and '-' for the strand, instead of -1, 0, or 1.
if ( $strand eq '+' ) { $strand = 1 }
elsif ( $strand eq '-' ) { $strand = -1 }
else { strand = 0 }
else { $strand = 0 }
# ... and non-coding transcripts have cdsStart == cdsEnd. We would
# like these to be stored as NULLs.
......
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