# HG changeset patch # User brasset_jensen # Date 1516972104 18000 # Node ID cc66a625989f09b616e20b67a85f4e773fe1a95e # Parent a4a170bc040fc9c58275262559fead530d0da681 Uploaded diff -r a4a170bc040f -r cc66a625989f sRNAPipe.xml --- a/sRNAPipe.xml Wed Dec 20 10:15:21 2017 -0500 +++ b/sRNAPipe.xml Fri Jan 26 08:08:24 2018 -0500 @@ -21,6 +21,8 @@ #if $tRNAs.refGenomeSource == "history": --tRNAs "${tRNAs.ownFile}" --build_tRNAs + #elif $tRNAs.refGenomeSource == "none": + --tRNAs "None" #else: --tRNAs "${tRNAs.indices.fields.path}" #end if @@ -28,10 +30,21 @@ #if $snRNAs.refGenomeSource == "history": --snRNAs "${snRNAs.ownFile}" --build_snRNAs + #elif $snRNAs.refGenomeSource == "none": + --snRNAs "None" #else: --snRNAs "${snRNAs.indices.fields.path}" #end if + #if $rRNAs.refGenomeSource == "history": + --rRNAs "${rRNAs.ownFile}" + --build_rRNAs + #elif $rRNAs.refGenomeSource == "none": + --rRNAs "None" + #else: + --rRNAs "${rRNAs.indices.fields.path}" + #end if + #if $miRNAs.refGenomeSource == "history": --miRNAs "${miRNAs.ownFile}" --build_miRNAs @@ -53,13 +66,6 @@ --TE "${TE.indices.fields.path}" #end if - #if $rRNAs.refGenomeSource == "history": - --rRNAs "${rRNAs.ownFile}" - --build_rRNAs - #else: - --rRNAs "${rRNAs.indices.fields.path}" - #end if - --si_min $si_min --si_max $si_max --pi_min $pi_min @@ -102,6 +108,23 @@ + + + + + + + + + + + + + + + + + @@ -140,6 +163,7 @@ + @@ -157,6 +181,7 @@ + @@ -174,6 +199,7 @@ + @@ -187,23 +213,7 @@ - - - - - - - - - - - - - - - - - +