# HG changeset patch # User romaingred # Date 1510907655 18000 # Node ID 1b586f3740a1c5383ee9a373cbd879b462ff9427 # Parent 411b36116b7af334099a01ba4c4c2916e04e7e26 Deleted selected files diff -r 411b36116b7a -r 1b586f3740a1 alignTophat.xml --- a/alignTophat.xml Fri Nov 17 03:34:12 2017 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,151 +0,0 @@ - - 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": - --annot "${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 - - -