Sequencing summary¶
The sequencing summary is a TSV file, containing one row per read. It is intended to allow fast analysis of the results of a sequencing run.
Columns¶
filename_fastq
¶
[A-Za-z0-9\-_\.]+
online
Examples |
---|
PBC012345_pass_unclassified_2abce119_646d7417_0.fastq.gz |
PBC012345_fail_2abce119_646d7417_0.fastq.gz |
The name of the FASTQ file that contains this read.
filename_fast5
¶
[A-Za-z0-9\-_\.]+
online
Examples |
---|
PBC012345_pass_unclassified_2abce119_646d7417_0.fast5 |
PBC012345_fail_unclassified_2abce119_646d7417_0.fast5 |
PBC012345_fail_2abce119_646d7417_0.fast5 |
The name of the fast5 file that contains this read.
filename_pod5
¶
[A-Za-z0-9\-_\.]+
online
Examples |
---|
PBC012345_pass_unclassified_2abce119_646d7417_0.pod5 |
PBC012345_fail_2abce119_646d7417_0.pod5 |
The name of the POD5 file that contains this read.
filename_bam
¶
[A-Za-z0-9\-_\.]+
online
Examples |
---|
PBC012345_pass_unclassified_2abce119_646d7417_0.bam |
PBC012345_fail_2abce119_646d7417_0.bam |
The name of the BAM file that contains this read.
input_filename
¶
[A-Za-z0-9\-_\.]+
offline
Examples |
---|
PBC012345_pass_unclassified_2abce119_646d7417_0.pod5 |
PBC012345_fail_2abce119_646d7417_0.fast5 |
The name of the input .fast5 or POD5 file.
batch_id
¶
[0-9]+
offline
Examples |
---|
1 |
512 |
3000 |
Identifies the batch of reads to which this read belongs.
parent_read_id
¶
[a-f0-9]{8}-[a-f0-9]{4}-[4-5][a-f0-9]{3}-[89ab][a-f0-9]{3}-[a-f0-9]{12}
FASTQ: parent_read_id
BAM: pi
Examples |
---|
e4994c62-93f9-439a-bc8f-d20c95a137a5 |
The read_id
of the read which was the source of this entry.
This may be the same as the read id if no read splitting was performed
for this read, or will be a new globally unique UUID value if this read
was split out of another read by the basecaller.
read_id
¶
[a-f0-9]{8}-[a-f0-9]{4}-[4-5][a-f0-9]{3}-[89ab][a-f0-9]{3}-[a-f0-9]{12}
Examples |
---|
e4994c62-93f9-439a-bc8f-d20c95a137a5 |
A unique UUID for the sequenced read.
run_id
¶
[a-f0-9]{8}-[a-f0-9]{4}-[4-5][a-f0-9]{3}-[89ab][a-f0-9]{3}-[a-f0-9]{12}
Examples |
---|
e4994c62-93f9-439a-bc8f-d20c95a137a5 |
The unique run identifier for the sequencing run.
channel
¶
[0-9]+
Examples |
---|
1 |
512 |
3000 |
The 1 indexed number for the channel the read was sequenced on.
mux
¶
1|2|3|4
Examples |
---|
1 |
The 1 indexed number for the mux the read was sequenced on.
minknow_events
¶
[0-9]+
Examples |
---|
4323 |
The number of events detected by MinKNOW for this read.
start_time
¶
[0-9]+\.[0-9]+
FASTQ: start_time
BAM: st
Examples |
---|
10.4 |
The time the read started in seconds from the start of the run.
duration
¶
[0-9]+\.[0-9]+
Examples |
---|
5.4 |
The duration of the read in seconds.
passes_filtering
¶
TRUE|FALSE
basecalling
Examples |
---|
TRUE |
FALSE |
Whether the read passed any filtering steps performed.
template_start
¶
[0-9]+\.[0-9]+
basecalling
Examples |
---|
10.7 |
The start time of the template read in seconds from the start of the run.
num_events_template
¶
[0-9]+
basecalling
Examples |
---|
1000 |
The number of events detected by the basecaller for the template read.
template_duration
¶
[0-9]+\.[0-9]+
basecalling
Examples |
---|
100.3 |
The duration of the template read in seconds.
sequence_length_template
¶
[0-9]+
basecalling
Examples |
---|
6734 |
The length of the template read in bases.
mean_qscore_template
¶
[0-9]+\.[0-9]+
basecalling
Examples |
---|
20.4 |
The mean qscore of the template read.
poly_tail_length
¶
-1|[0-9]+
poly_a_tail_estimation
Examples |
---|
-1 |
100 |
The length of the poly-A tail detected in the read.
pore_type
¶
[a-zA-Z0-9_\.]+
Examples |
---|
r9.4.1 |
r10.4.1 |
not_set |
The type of the pore in use for this read.
experiment_id
¶
[A-Za-z0-9\-_\.]+
Examples |
---|
My_Group |
my-group-1 |
The user specified identifier for the group of sequencing runs.
sample_id
¶
[A-Za-z0-9\-_\.]+
Examples |
---|
My_Sample |
my-sample-1 |
The user specified identifier for the sequencing run.
end_reason
¶
unknown|signal_positive|signal_negative|mux_change|unblock_mux_change|data_service_unblock_mux_change|analysis_config_change|device_data_error|api_request
Examples |
---|
signal_positive |
signal_negative |
The reason the read ended.
alias
¶
unclassified|[A-Za-z0-9\-_\.]+
barcoding
Examples |
---|
unclassified |
my_sample |
sample01 |
The user-supplied alias for the barcode.
type
¶
na|test_sample|positive_control|negative_control|no_template_control|positive_control_1|positive_control_2
barcoding
Examples |
---|
test_sample |
positive_control |
The type of the data the read's associated barcode is related to.
barcode_arrangement
¶
-|unclassified|[A-Za-z0-9\-_\.]+
barcoding
Examples |
---|
- |
barcode01 |
unclassified |
The barcode identified for the read. If barcoding was not performed for the read a value of -
is used.
barcode_kit
¶
-|[A-Za-z0-9\-_\.]+
barcoding
Examples |
---|
- |
SQK-NDB114-96 |
The kit used for barcoding. If barcoding was not performed for the read a value of -
is used.
barcode_variant
¶
-|n/a|var1|var2
barcoding
Examples |
---|
- |
n/a |
var1 |
var2 |
The arrangement variant of the found barcode. If barcoding was not performed for the read a value of -
is used.
barcode_score
¶
-|-?[0-9]+\.[0-9]+
barcoding
Examples |
---|
- |
1.0 |
The overall quality score given to the barcode detected. If barcoding was not performed for the read a value of -
is used.
barcode_front_score
¶
-|-?[0-9]+\.[0-9]+
barcoding
Examples |
---|
- |
1.0 |
The quality score given to the front barcode detected. If barcoding was not performed for the read a value of -
is used.
barcode_front_foundseq_length
¶
-|[0-9]+
barcoding
Examples |
---|
- |
20 |
The length of the front barcode found. If barcoding was not performed for the read a value of -
is used.
barcode_front_begin_index
¶
-|[0-9]+
barcoding
Examples |
---|
- |
0 |
The base index in the sequence the front barcode began. If barcoding was not performed for the read a value of -
is used.
barcode_rear_score
¶
-|-?[0-9]+\.[0-9]+
barcoding
Examples |
---|
- |
1.0 |
The quality score given to the read barcode detected. If barcoding was not performed for the read a value of -
is used.
barcode_rear_foundseq_length
¶
-|[0-9]+
barcoding
Examples |
---|
- |
10 |
The length of the rear barcode found. If barcoding was not performed for the read a value of -
is used.
barcode_rear_end_index
¶
-|[0-9]+
barcoding
Examples |
---|
- |
0 |
The base index in the sequence the front barcode began. If barcoding was not performed for the read a value of -
is used.
alignment_genome
¶
\+|-|\*|[A-Za-z0-9\-_\.]+
aligning
Examples |
---|
- |
Lambda |
The genome the read was aligned to. If alignment was not performed for the read a value of -
is used.
alignment_direction
¶
\+|-|\*
aligning
Examples |
---|
- |
+ |
* |
The direction of the alignment. If alignment was not performed for the read a value of -
is used.
alignment_genome_start
¶
-|[0-9]+
aligning
Examples |
---|
0 |
The start position of the alignment on the genome. If alignment was not performed for the read a value of -
is used.
alignment_genome_end
¶
-|[0-9]+
aligning
Examples |
---|
- |
100 |
The end position of the alignment on the genome. If alignment was not performed for the read a value of -
is used.
alignment_strand_start
¶
-|[0-9]+
aligning
Examples |
---|
- |
0 |
The start position of the alignment on the strand. If alignment was not performed for the read a value of -
is used.
alignment_strand_end
¶
-|[0-9]+
aligning
Examples |
---|
- |
100 |
The end position of the alignment on the strand. If alignment was not performed for the read a value of -
is used.
alignment_num_insertions
¶
-|-1|[0-9]+
aligning
Examples |
---|
- |
4 |
The number of insertions in the alignment. If alignment was not performed for the read a value of -
is used.
alignment_num_deletions
¶
-|-1|[0-9]+
aligning
Examples |
---|
- |
1 |
The number of deletions in the alignment. If alignment was not performed for the read a value of -
is used.
alignment_num_aligned
¶
-|-1|[0-9]+
aligning
Examples |
---|
- |
100 |
The number of aligned bases in the alignment. If alignment was not performed for the read a value of -
is used.
alignment_num_correct
¶
-|-1|[0-9]+
aligning
Examples |
---|
- |
100 |
The number of correct bases in the alignment. If alignment was not performed for the read a value of -
is used.
alignment_identity
¶
-|-?[0-9]+\.[0-9]+
aligning
Examples |
---|
- |
0.99 |
The identity score of the alignment. If alignment was not performed for the read a value of -
is used.
alignment_accuracy
¶
-|-?[0-9]+\.[0-9]+
aligning
Examples |
---|
- |
0.99 |
The accuracy of the alignment. If alignment was not performed for the read a value of -
is used.
alignment_score
¶
-|-?[0-9]+
aligning
Examples |
---|
- |
4 |
The score assigned to the alignment. If alignment was not performed for the read a value of -
is used.
alignment_coverage
¶
-|-?[0-9]+\.[0-9]+
aligning
Examples |
---|
- |
0.99 |
The coverage of the alignment. If alignment was not performed for the read a value of -
is used.
alignment_bed_hits
¶
-|[0-9]+
aligning
Examples |
---|
- |
1 |
The number of hits in the alignment BED file. If alignment was not performed for the read a value of -
is used.
alignment_mapping_quality
¶
-|[0-9]+
aligning
Examples |
---|
- |
1 |
The mapping quality of the alignment. If alignment was not performed for the read a value of -
is used.
alignment_num_alignments
¶
-|[0-9]+
aligning
Examples |
---|
- |
1 |
The number of alignments found for the read. If alignment was not performed for the read a value of -
is used.
alignment_num_secondary_alignments
¶
-|[0-9]+
aligning
Examples |
---|
- |
2 |
The number of secondary alignments found for the read. If alignment was not performed for the read a value of -
is used.
alignment_num_supplementary_alignments
¶
-|[0-9]+
aligning
Examples |
---|
- |
3 |
The number of supplementary alignments found for the read. If alignment was not performed for the read a value of -
is used.
duplex_parent_template
¶
-|[a-f0-9]{8}-[a-f0-9]{4}-[4-5][a-f0-9]{3}-[89ab][a-f0-9]{3}-[a-f0-9]{12}
duplex
Examples |
---|
e4994c62-93f9-439a-bc8f-d20c95a137a5 |
The parent read id of the template read.
duplex_parent_complement
¶
-|[a-f0-9]{8}-[a-f0-9]{4}-[4-5][a-f0-9]{3}-[89ab][a-f0-9]{3}-[a-f0-9]{12}
duplex
Examples |
---|
e4994c62-93f9-439a-bc8f-d20c95a137a5 |
The parent read id of the complement read.