# HG changeset patch # User jowong # Date 1543211755 18000 # Node ID e787366ffa46e83580d33cafb9f5c7c0eb1dcfc1 # Parent 63dbe07b9358e09abf38ec388635665486008138 planemo upload diff -r 63dbe07b9358 -r e787366ffa46 khmer_load_into_counting.xml --- a/khmer_load_into_counting.xml Mon Nov 19 09:52:17 2018 -0500 +++ b/khmer_load_into_counting.xml Mon Nov 26 00:55:55 2018 -0500 @@ -1,4 +1,4 @@ - + Creates k-mer countgraph using reads khmer @@ -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,16 +38,17 @@ +
- + - - + + - +