Skip to content

Commit

Permalink
Updated POD for the make_primary_metadata method.
Browse files Browse the repository at this point in the history
Brought POD for the make_primary_metadata method in
WTSI::NPG::HTS::Illumina::Annotator in line with the current code.
  • Loading branch information
mgcam committed Jan 12, 2024
1 parent 9d8d607 commit 57dab2e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/WTSI/NPG/HTS/Illumina/Annotator.pm
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,20 @@ with qw[
=head2 make_primary_metadata
Arg [1] : Biomaterial composition, npg_tracking::glossary::composition.
Arg [2] : Total number of reads (non-secondary/supplementary), Int.
Named args : tag_index Tag index, Int. Optional.
is_paired_read Run is paired, Bool. Optional.
Named args : is_paired_read Run is paired, Bool. Optional.
is_aligned Run is aligned, Bool. Optional.
reference Reference file path, Str. Optional.
alt_process Alternative process name, Str. Optional.
alignment_filter Alignment filter name, Str. Optional.
num_reads Total number of reads
(non-secondary/supplementary), Int. Optional.
seqchksum Seqchksum digestgg112, Str. Optional.
lims_factory Factory for st:api::lims objects,
WTSI::NPG::HTS::LIMSFactory. Optional.
Example : my @avus = $ann->make_primary_metadata
($id_run, $position, $num_reads,
($composition,
num_reads => 100,
tag_index => $tag_index,
is_paired_read => 1,
is_aligned => 1,
Expand Down

0 comments on commit 57dab2e

Please sign in to comment.