We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 207646e commit 4dcc424Copy full SHA for 4dcc424
packages/pangraph/src/commands/build/build_args.rs
@@ -21,6 +21,9 @@ pub enum AlignmentBackend {
21
/// Align genomes into a pangenome graph
22
#[derive(Parser, Debug)]
23
pub struct PangraphBuildArgs {
24
+ /// Test autogenerated reference docs CI
25
+ pub hello: Option<String>,
26
+
27
/// Path(s) to zero, one or multiple FASTA files with input sequences. Multiple records within one file are treated as separate genomes.
28
///
29
/// Accepts plain or compressed FASTA files. If a compressed fasta file is provided, it will be transparently
0 commit comments