# HG changeset patch # User jowong # Date 1543216467 18000 # Node ID f491d18251e9df01ec59f49e1016b63fdeda9a0b # Parent 69d52f45c2fa8288d219a1df47273e79fea62c2b planemo upload diff -r 69d52f45c2fa -r f491d18251e9 khmer_load_into_counting.xml --- a/khmer_load_into_counting.xml Thu Nov 22 09:49:16 2018 -0500 +++ b/khmer_load_into_counting.xml Mon Nov 26 02:14:27 2018 -0500 @@ -1,4 +1,4 @@ - + Creates k-mer countgraph using reads khmer @@ -7,7 +7,7 @@ load-into-counting.py $advanced.b $advanced.small - -k $advanced.kmer + -k $kmer -U $advanced.ukmer #if str( $advanced.max_mem ) != "0" -M $advanced.max_mem @@ -15,12 +15,8 @@ #if str( $advanced.fp_rate ) != "0" --fp-rate $advanced.fp_rate #end if - #if str( $advanced.num_table ) != "0" - -N $advanced.num_table - #end if - #if str( $advanced.table_size ) != "0" - -x $advanced.table_size - #end if + -N $advanced.num_table + -x $advanced.table_size hash.ct.gz #if str( $data_input.data_selector ) == "paired" $data_input.input1.forward $data_input.input1.reverse @@ -42,14 +38,15 @@ +
- + - - + +