comparison cufflinks_wrapper.xml @ 6:9aab29e159a7 draft

Convert tool to use $GALAXY_SLOTS if available.
author Nate Coraor <nate@bx.psu.edu>
date Thu, 16 Jan 2014 13:14:05 -0500
parents da11bfc10e81
children 5346d5eea8b1
comparison
equal deleted inserted replaced
5:fe6f99e3d7f4 6:9aab29e159a7
7 <version_command>cufflinks 2>&amp;1 | head -n 1</version_command> 7 <version_command>cufflinks 2>&amp;1 | head -n 1</version_command>
8 <command interpreter="python"> 8 <command interpreter="python">
9 cufflinks_wrapper.py 9 cufflinks_wrapper.py
10 --input=$input 10 --input=$input
11 --assembled-isoforms-output=$assembled_isoforms 11 --assembled-isoforms-output=$assembled_isoforms
12 --num-threads="4" 12 --num-threads="\${GALAXY_SLOTS:-4}"
13 -I $max_intron_len 13 -I $max_intron_len
14 -F $min_isoform_fraction 14 -F $min_isoform_fraction
15 -j $pre_mrna_fraction 15 -j $pre_mrna_fraction
16 $effective_length_correction 16 $effective_length_correction
17 17