File tree 2 files changed +5
-0
lines changed
2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 11
11
% \usepackage[latin1]{inputenc} %UNIX support if unicode package fails
12
12
\urlstyle {rm}
13
13
14
+ % Shaded framed
15
+ \usepackage {framed,color }
16
+ \definecolor {shadecolor}{rgb}{0.96,0.96,0.96}
14
17
15
18
\def\includegraphic {}
16
19
\def\includegraphics {}
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ \section*{Results}
24
24
interpretation of a feature location on the reverse strand:
25
25
26
26
% Notice begin, end = 1965461, 1965072 (biological interpretation)
27
+ \begin {shaded }
27
28
\begin {verbatim }
28
29
# Incomplete Turtle format triples example using FALDO to describe
29
30
# gene chrY being at complement(NC_000913.2:1965072..1965461)
@@ -52,6 +53,7 @@ \section*{Results}
52
53
faldo:position "1965072"^^xsd:int ;
53
54
faldo:reference refseq:NC_000913.2 .
54
55
\end {verbatim }
56
+ \end {shaded }
55
57
56
58
In contrast, other formats like GFF require $ start \leq end$
57
59
regardless of the strand, which is equivalent to interpreting
You can’t perform that action at this time.
0 commit comments