Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
biopet.biopet
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirrors
biopet.biopet
Commits
75e1b598
Commit
75e1b598
authored
9 years ago
by
Sander van der Zeeuw
Browse files
Options
Downloads
Patches
Plain Diff
num_reads_discarded changed into num_reads_discarded_total
parent
e2a94705
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
public/gentrap/src/main/resources/nl/lumc/sasc/biopet/pipelines/gentrap/templates/pdf/lib_seqeval.tex
+2
-22
2 additions, 22 deletions
...sc/biopet/pipelines/gentrap/templates/pdf/lib_seqeval.tex
with
2 additions
and
22 deletions
public/gentrap/src/main/resources/nl/lumc/sasc/biopet/pipelines/gentrap/templates/pdf/lib_seqeval.tex
+
2
−
22
View file @
75e1b598
...
...
@@ -99,26 +99,6 @@ More information about clipping using cutadapt is available on the
\end{center}
\addtocounter
{
table
}{
-1
}
((* if lib.is
_
paired
_
end *))
After clipping, all read pairs are then checked ('synced') for their
completeness. Read pairs whose other half has been discarded during
clipping, will also be discarded. The summary of this step is available in
Table~
\ref
{
tab:clipsync
}
.
\begin{center}
\captionof
{
table
}{
Summary of Post-Clipping Sync Step
}
\label
{
tab:clipsync
}
\begin{tabular}
{
l r
}
\hline
Parameter
&
Count
\\
\hline
\hline
Discarded FASTQ records from read 1
&
((( lib.flexiprep.stats.fastq
_
sync.num
_
reads
_
discarded
_
R1|nice
_
int )))
\\
Discarded FASTQ records from read 2
&
((( lib.flexiprep.stats.fastq
_
sync.num
_
reads
_
discarded
_
R2|nice
_
int )))
\\
\hline
Total kept FASTQ records
&
((( lib.flexiprep.stats.fastq
_
sync.num
_
reads
_
kept|nice
_
int )))
\\
\hline
\end{tabular}
\end{center}
((* endif *))
((* endif *))
\vspace
{
2mm
}
...
...
@@ -141,8 +121,8 @@ Table~\ref{tab:clipsync}.
\begin{tabular}
{
l r
}
\hline
Parameter
&
Count
\\
\hline
\hline
Discarded FASTQ records from read 1
&
((( lib.flexiprep.stats.trimming
_
R1.num
_
reads
_
discarded|nice
_
int )))
\\
Discarded FASTQ records from read 2
&
((( lib.flexiprep.stats.trimming
_
R2.num
_
reads
_
discarded|nice
_
int )))
\\
Discarded FASTQ records from read 1
&
((( lib.flexiprep.stats.trimming
_
R1.num
_
reads
_
discarded
_
total
|nice
_
int )))
\\
Discarded FASTQ records from read 2
&
((( lib.flexiprep.stats.trimming
_
R2.num
_
reads
_
discarded
_
total
|nice
_
int )))
\\
\hline
\end{tabular}
\end{center}
...
...
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