@@ -103,7 +103,9 @@ <h1 class="title">src/abi2fq</h1>
103
103
104
104
</ div >
105
105
< div class ="nine columns " id ="content ">
106
-
106
+ < a href ="https://github.com/quadram-institute-bioscience/nim-abif//tree/main/src/abi2fq.nim#L1 " class ="link-seesrc " target ="_blank "> Source</ a >
107
+ < a href ="https://github.com/quadram-institute-bioscience/nim-abif//edit/devel/src/abi2fq.nim#L1 " class ="link-seesrc " target ="_blank " > Edit</ a >
108
+
107
109
< div id ="tocRoot "> </ div >
108
110
109
111
< p class ="module-desc "> < p > This module provides a command-line tool for converting ABIF files to FASTQ format with optional quality trimming.</ p >
@@ -147,7 +149,9 @@ <h1><a class="toc-backref" href="#7">Types</a></h1>
147
149
< dd >
148
150
149
151
Configuration for the abi2fq tool. Contains command-line options and settings.
150
-
152
+ < a href ="https://github.com/quadram-institute-bioscience/nim-abif//tree/main/src/abi2fq.nim#L37 " class ="link-seesrc " target ="_blank "> Source</ a >
153
+ < a href ="https://github.com/quadram-institute-bioscience/nim-abif//edit/devel/src/abi2fq.nim#L37 " class ="link-seesrc " target ="_blank " > Edit</ a >
154
+
151
155
</ dd >
152
156
</ div >
153
157
@@ -165,7 +169,9 @@ <h1><a class="toc-backref" href="#12">Procs</a></h1>
165
169
< p > Main entry point for the abi2fq program.</ p >
166
170
< p > Handles command-line parsing, reads the input ABIF file, performs quality trimming if enabled, and outputs the result in FASTQ format.</ p >
167
171
168
-
172
+ < a href ="https://github.com/quadram-institute-bioscience/nim-abif//tree/main/src/abi2fq.nim#L206 " class ="link-seesrc " target ="_blank "> Source</ a >
173
+ < a href ="https://github.com/quadram-institute-bioscience/nim-abif//edit/devel/src/abi2fq.nim#L206 " class ="link-seesrc " target ="_blank " > Edit</ a >
174
+
169
175
</ dd >
170
176
</ div >
171
177
@@ -185,7 +191,9 @@ <h1><a class="toc-backref" href="#12">Procs</a></h1>
185
191
</ ul >
186
192
< p > Returns: A Config object with settings based on command-line arguments</ p >
187
193
188
-
194
+ < a href ="https://github.com/quadram-institute-bioscience/nim-abif//tree/main/src/abi2fq.nim#L69 " class ="link-seesrc " target ="_blank "> Source</ a >
195
+ < a href ="https://github.com/quadram-institute-bioscience/nim-abif//edit/devel/src/abi2fq.nim#L69 " class ="link-seesrc " target ="_blank " > Edit</ a >
196
+
189
197
</ dd >
190
198
</ div >
191
199
@@ -196,7 +204,9 @@ <h1><a class="toc-backref" href="#12">Procs</a></h1>
196
204
< dd >
197
205
198
206
Displays the help message for the abi2fq tool. Exits the program after displaying the message.
199
-
207
+ < a href ="https://github.com/quadram-institute-bioscience/nim-abif//tree/main/src/abi2fq.nim#L48 " class ="link-seesrc " target ="_blank "> Source</ a >
208
+ < a href ="https://github.com/quadram-institute-bioscience/nim-abif//edit/devel/src/abi2fq.nim#L48 " class ="link-seesrc " target ="_blank " > Edit</ a >
209
+
200
210
</ dd >
201
211
</ div >
202
212
@@ -213,7 +223,9 @@ <h1><a class="toc-backref" href="#12">Procs</a></h1>
213
223
< p > Parameters: sequence: The DNA sequence to trim qualities: Quality scores for each base in the sequence windowSize: Size of the sliding window for quality assessment threshold: Quality threshold (bases with qualities below this are trimmed)</ p >
214
224
< p > Returns: A tuple containing the trimmed sequence and its quality values</ p >
215
225
216
-
226
+ < a href ="https://github.com/quadram-institute-bioscience/nim-abif//tree/main/src/abi2fq.nim#L132 " class ="link-seesrc " target ="_blank "> Source</ a >
227
+ < a href ="https://github.com/quadram-institute-bioscience/nim-abif//edit/devel/src/abi2fq.nim#L132 " class ="link-seesrc " target ="_blank " > Edit</ a >
228
+
217
229
</ dd >
218
230
</ div >
219
231
@@ -229,7 +241,9 @@ <h1><a class="toc-backref" href="#12">Procs</a></h1>
229
241
< p > If outFile is empty, the FASTQ data is written to stdout.</ p >
230
242
< p > Parameters: sequence: The DNA sequence to write qualities: Quality scores for each base in the sequence name: The sample name for the FASTQ header outFile: Path to the output file (empty string for stdout)</ p >
231
243
232
-
244
+ < a href ="https://github.com/quadram-institute-bioscience/nim-abif//tree/main/src/abi2fq.nim#L182 " class ="link-seesrc " target ="_blank "> Source</ a >
245
+ < a href ="https://github.com/quadram-institute-bioscience/nim-abif//edit/devel/src/abi2fq.nim#L182 " class ="link-seesrc " target ="_blank " > Edit</ a >
246
+
233
247
</ dd >
234
248
</ div >
235
249
@@ -244,7 +258,7 @@ <h1><a class="toc-backref" href="#12">Procs</a></h1>
244
258
< div class ="twelve-columns footer ">
245
259
< span class ="nim-sprite "> </ span >
246
260
< br >
247
- < small style ="color: var(--hint); "> Made with Nim. Generated: 2025-04-26 09:24:11 UTC</ small >
261
+ < small style ="color: var(--hint); "> Made with Nim. Generated: 2025-04-26 09:58:55 UTC</ small >
248
262
</ div >
249
263
</ div >
250
264
</ div >
0 commit comments