# HG changeset patch # User brasset_jensen # Date 1513179601 18000 # Node ID e4e71401c577cb680168ea3b3eba7ff1c6b818d4 Uploaded diff -r 000000000000 -r e4e71401c577 sRNAPipe.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sRNAPipe.xml Wed Dec 13 10:40:01 2017 -0500 @@ -0,0 +1,226 @@ + + 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 + #else: + --tRNAs "${tRNAs.indices.fields.path}" + #end if + + #if $snRNAs.refGenomeSource == "history": + --snRNAs "${snRNAs.ownFile}" + --build_snRNAs + #else: + --snRNAs "${snRNAs.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 + + #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 + --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 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +