# HG changeset patch # User eduardo # Date 1438359749 14400 # Node ID 18b04f0fb939ebc1ec1a7d38db92a2a23658dd14 # Parent 075e651c7aac7e65cfac5178d1bab6d40f0979cf Deleted selected files diff -r 075e651c7aac -r 18b04f0fb939 download_align.xml --- a/download_align.xml Fri Jul 31 12:20:41 2015 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,53 +0,0 @@ - - Downloads fastq.gz, unzips, trims with cutadapt and alignes to reference - - cutadapt - bowtie2 - samtools - - - #set index_path = '' - #if str($reference_genome.source) == "history": - echo \${PATH} && bowtie2-build "$reference_genome.own_file" genome && - ln -s "$reference_genome.own_file" genome.fa && - #set index_path = 'genome' - #else: - #set index_path = $reference_genome.index.fields.path - #end if - wget -O - $file | gunzip -c | cutadapt -q 20 - | bowtie2 -q - ## index file path - -x $index_path - -U - | samtools view -b - > $output - - - - - - - - - - - - - - - - - - - - - - - - - - - - - This tool extracts reads from sra, runs cutdapt and bowtie and outputs a bam file. - - Contact Eduardo Alves at eduardoalves@abdn.ac.uk for support and bug reports. - - diff -r 075e651c7aac -r 18b04f0fb939 tool_data_table_conf.xml.sample --- a/tool_data_table_conf.xml.sample Fri Jul 31 12:20:41 2015 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,8 +0,0 @@ - - - - - value, dbkey, name, path - -
-