# HG changeset patch
# User brasset_jensen
# Date 1527891479 14400
# Node ID c1a5c5205b242ff1abfb5e14764310d91a133d1f
# Parent e70d58319eaa4888287d72d1cf3304e86dc1c0a2
Uploaded
diff -r e70d58319eaa -r c1a5c5205b24 sRNAPipe.xml
--- a/sRNAPipe.xml Mon May 28 12:27:23 2018 -0400
+++ b/sRNAPipe.xml Fri Jun 01 18:17:59 2018 -0400
@@ -1,236 +1,240 @@
-
- In-depth study of small RNA
-
-
- ./bin/sRNAPipe.pl
-
- --fastq ${first_input}
- --fastq_n ${first_input.name}
- #for $input_file in $input_files:
- --fastq ${input_file.additional_input}
- --fastq_n ${input_file.additional_input.name}
- #end for
-
- #if $Genome.refGenomeSource == "history":
- --ref "${Genome.ownFile}"
- --build_index
- #else:
- --ref "${Genome.indices.fields.path}"
- #end if
-
- #if $tRNAs.refGenomeSource == "history":
- --tRNAs "${tRNAs.ownFile}"
- --build_tRNAs
- #elif $tRNAs.refGenomeSource == "none":
- --tRNAs "None"
- #else:
- --tRNAs "${tRNAs.indices.fields.path}"
- #end if
-
- #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
- #else:
- --miRNAs "${miRNAs.indices.fields.path}"
- #end if
-
- #if $transcripts.refGenomeSource == "history":
- --transcripts "${transcripts.ownFile}"
- --build_transcripts
- #else:
- --transcripts "${transcripts.indices.fields.path}"
- #end if
-
- #if $TE.refGenomeSource == "history":
- --TE "${TE.ownFile}"
- --build_TE
- #else:
- --TE "${TE.indices.fields.path}"
- #end if
-
- --si_min $si_min
- --si_max $si_max
- --pi_min $pi_min
- --pi_max $pi_max
- --min $min
- --max $max
-
- --mis $mis
- --misTE $misTE
- --dir $html_out.files_path
- --html $html_out
- --PPPon $PPPon
-
-
-
- bwa
- bedtools
- samtools
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+ In-depth study of small RNA
+
+
+ ./bin/sRNAPipe.pl
+
+ --fastq ${first_input}
+ --fastq_n ${first_input.name}
+ #for $input_file in $input_files:
+ --fastq ${input_file.additional_input}
+ --fastq_n ${input_file.additional_input.name}
+ #end for
+
+ #if $Genome.refGenomeSource == "history":
+ --ref "${Genome.ownFile}"
+ --build_index
+ #else:
+ --ref "${Genome.indices.fields.path}"
+ #end if
+
+ #if $tRNAs.refGenomeSource == "history":
+ --tRNAs "${tRNAs.ownFile}"
+ --build_tRNAs
+ #elif $tRNAs.refGenomeSource == "none":
+ --tRNAs "None"
+ #else:
+ --tRNAs "${tRNAs.indices.fields.path}"
+ #end if
+
+ #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
+ #else:
+ --miRNAs "${miRNAs.indices.fields.path}"
+ #end if
+
+ #if $transcripts.refGenomeSource == "history":
+ --transcripts "${transcripts.ownFile}"
+ --build_transcripts
+ #else:
+ --transcripts "${transcripts.indices.fields.path}"
+ #end if
+
+ #if $TE.refGenomeSource == "history":
+ --TE "${TE.ownFile}"
+ --build_TE
+ #else:
+ --TE "${TE.indices.fields.path}"
+ #end if
+
+ --si_min $si_min
+ --si_max $si_max
+ --pi_min $pi_min
+ --pi_max $pi_max
+ --min $min
+ --max $max
+
+ --mis $mis
+ --misTE $misTE
+ --dir $html_out.files_path
+ --html $html_out
+ --PPPon $PPPon
+
+
+
+ bwa
+ bedtools
+ samtools
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ **User manual**
+ "https://github.com/brassetjensen/sRNAPipe/blob/master/sRNAPipe_User_Manual.pdf"
+
+