Home
last modified time | relevance | path

Searched refs:opt_fastq_stats (Results 1 – 3 of 3) sorted by relevance

/dports/biology/vsearch/vsearch-2.17.1/src/
H A Dvsearch.h329 extern char * opt_fastq_stats;
H A Dvsearch.cc122 char * opt_fastq_stats; variable
801 opt_fastq_stats = nullptr; in args_init()
2025 opt_fastq_stats = optarg; in args_init()
5393 } else if (opt_fastq_stats) { in main()
H A Dfastqops.cc358 fastx_handle h = fastq_open(opt_fastq_stats); in fastq_stats()