Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
i2MassChroQ
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
A compter du 1er avril, attention à vos pipelines :
Nouvelles limitations de Docker Hub
Show more breadcrumbs
PAPPSO
i2MassChroQ
Commits
30c232bf
Commit
30c232bf
authored
1 week ago
by
Langella Olivier
Browse files
Options
Downloads
Patches
Plain Diff
typst doc
parent
44f8bcf8
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#308663
passed
1 week ago
Stage: build
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/typst/chapters/a3_fundamentals-in-bottom-up-proteomics.typ
+2
-6
2 additions, 6 deletions
...ypst/chapters/a3_fundamentals-in-bottom-up-proteomics.typ
doc/typst/template.typ
+5
-0
5 additions, 0 deletions
doc/typst/template.typ
with
7 additions
and
6 deletions
doc/typst/chapters/a3_fundamentals-in-bottom-up-proteomics.typ
+
2
−
6
View file @
30c232bf
...
...
@@ -514,12 +514,8 @@ HHDRRIVD")
This format is really simple, because it only contains three information
pieces, grouped in as many stanzas as there are proteins in the database:
- The #emph[unique] protein
'
s
accession
id
in
the
database
(
#
raw
(
"
GRMZM2G009506_P01
"
))
that
comes
right
after
the
'
>
'
prompt
that
signals
a
new
protein
stanza
;
-
The
protein
description
(
#
raw
(
"
NP_001149383
serine/threonine-protein kinase receptor
"
))
that
provides
some
functional
data
bits
for
the
protein
at
hand
;
- The #emph[unique] protein
'
s
accession
id
in
the
database
(
#
code
-
raw
(
"
GRMZM2G009506_P01
"
))
that
comes
right
after
the
'
>
'
prompt
that
signals
a
new
protein
stanza
;
-
The
protein
description
(
#
code
-
raw
(
"
NP_001149383 serine/threonine-protein kinase receptor
"
))
that
provides
some
functional
data
bits
for
the
protein
at
hand
;
-
The
protein
sequence
(
the
rest
of
the
stanza
above
).
The
first
(
id
)
and
second
(
description
)
information
bits
are
used
in
...
...
This diff is collapsed.
Click to expand it.
doc/typst/template.typ
+
5
−
0
View file @
30c232bf
...
...
@@ -260,3 +260,8 @@ show raw.line: it => block(
box
(
raw
(
code
,
lang
:
"
text
"
))
}
)
}
#
let
code
-
raw
(
code
)
=
{
set
text
(
fill
:
rgb
(
"
#5c5c5d
"
))
raw
(
code
,
lang
:
"
text
"
)
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment