Home
last modified time | relevance | path

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

/dports/biology/gmap/gmap-2020-09-12/src/
H A Dgmap.c353 static int maxintronlen_ends = 10000; /* Used in stage 3 */ variable
5770 maxintronlen_ends = atoi(check_valid_int(optarg)); in parse_command_line()
6084 case 'K': maxintronlen = maxintronlen_ends = atoi(check_valid_int(optarg)); break; in parse_command_line()
7031 ngap,maxintronlen,maxintronlen_ends,minendexon,homopolymerp,gff3_fasta_annotation_type, in main()
7426 ",maxintronlen_ends); in print_program_usage()
H A Dstage3.c346 static int maxintronlen_ends; variable
407 maxintronlen_ends = maxintronlen_ends_in; in Stage3_setup()
4375 splice->genomejump > maxintronlen_ends) { in trim_end5_exons()
4382 splice->genomejump,maxintronlen_ends)); in trim_end5_exons()
4859 splice->genomejump > maxintronlen_ends) { in trim_end3_exons()
4866 splice->genomejump,maxintronlen_ends)); in trim_end3_exons()
/dports/biology/gmap/gmap-2020-09-12/
H A DChangeLog3959 * stage3.h: Added variable maxintronlen_ends
3962 indel. Comparing end intron length with maxintronlen_ends.