Home
last modified time | relevance | path

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

/dports/biology/sra-tools/sra-tools-2.11.0/tools/sra-pileup/
H A Dsam-dump.c4152 earg_distance, /* distance */ enumerator
4308 COUNT_ARG( earg_distance ); in CountArgs()
4456 rc = ArgsOptionValue( args, DumpArgs[earg_distance].name, i, (const void **)&valstr ); in GetDistance()
4684 if ( count[ earg_distance ] && count[ earg_unaligned_only ] == 0 ) in GetArgs()
4686 rc = GetDistance( args, &parms, count[ earg_distance ] ); in GetArgs()
4689 *errmsg = DumpArgs[ earg_distance ].name; in GetArgs()