# HG changeset patch # User romaingred # Date 1510908082 18000 # Node ID 928b9b0aa75b85a9c7372319a538900befff1abc # Parent a9fcdf7991b9337854313f2aff5855444dc99e0c Uploaded diff -r a9fcdf7991b9 -r 928b9b0aa75b alignTophat.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/alignTophat.xml Fri Nov 17 03:41:22 2017 -0500 @@ -0,0 +1,151 @@ + + Align directionnal RNAseq to obtain bedgraphs and raw count file + + + ./alignTophat.pl + + --fastq ${first_input} + --fastq_n ${first_input.name} + + #if $Genome.refGenomeSource == "history": + --ref "${Genome.ownFile}" + --build_ref + #else: + --ref "${Genome.indices.fields.path}" + #end if + + #if $contaminants.refGenomeSource == "history": + --contaminants "${contaminants.ownFile}" + --build_contaminant + #else: + --contaminants "${contaminants.indices.fields.path}" + #end if + #if $anno.bedpipe == "history": + --anno "${anno.ownFile}" + #else: + --anno "${anno.indices.fields.path}" + #end if + + --mis $mis + --ma $ma + + --dirbam $dirbam + --dirbamCont $dirbamcont + --dirbedgraph $dirbedgraph + + --text $text + + --random_w $rand + --find $idDir.find + --direction $idDir.direc + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + bowtie2 + tophat + bedtools + samtools + + +