Mercurial > repos > mingchen0919 > aurora_htseq
diff htseq_count.xml @ 2:db9da9716914 draft
add r-dt
| author | mingchen0919 |
|---|---|
| date | Wed, 07 Mar 2018 00:12:55 -0500 |
| parents | cc33706a1d4b |
| children | 1545e24c9ba7 |
line wrap: on
line diff
--- a/htseq_count.xml Tue Mar 06 17:38:58 2018 -0500 +++ b/htseq_count.xml Wed Mar 07 00:12:55 2018 -0500 @@ -10,7 +10,7 @@ <regex match="XXX" source="stderr" level="warning" description="Check the warnings_and_errors.txt file for more details."/> </stdio> - <command><![CDATA[Rscript '${__tool_directory__}/aurora_htseq_count.R' + <command><![CDATA[Rscript '${__tool_directory__}/htseq_count_render.R' -e $echo -o $report @@ -18,23 +18,30 @@ -s $sink_message -t '${__tool_directory__}' + -A '$alignment_files' + -B '$sample_names' + -G $gff -f $format -r $order -S $stranded -a $minaqual -T $feature_type -i $idattr - -I $additional_attr - -m $mode]]></command> + -m $mode + -c $count]]></command> <inputs> <param type="boolean" name="echo" truevalue="TRUE" falsevalue="FALSE" checked="false" label="Display analysis code in report?"/> - <param type="data" name="alignment_file" label="Alignment file (SAM/BAM)" optional="False" format="sam,bam"/> - <param type="data" name="gff" label="GFF file" optional="False" format="gff, gff3"/> + <param type="data" name="alignment_files" label="Alignment file (SAM/BAM)" optional="False" format="sam,bam" + multiple="True"/> + <param type="text" name="sample_names" label="Sample names" + help="sample names for each input SAM/BAM file. Use comma to separate multiple names, for example, sample_1, sample_2, sample_3. The number of sample names should be the same as the number of input SAM/BAM files." + optional="False" size="5x25"/> <param type="select" name="format" argument="-f" label="Input data format" optional="False" multiple="False"> <option value="sam" selected="false">SAM</option> <option value="bam" selected="false">BAM</option> </param> + <param type="data" name="gff" label="GFF file" optional="False" format="gff, gff3"/> <param type="select" name="order" argument="-r" label="Order" help="Use this option to indicate how the input data has been sorted. The default is name. " optional="False" multiple="False"> @@ -55,9 +62,6 @@ <param type="text" name="idattr" argument="-i" label="ID attribute" help="GFF attribute to be used as feature ID. Several GFF lines with the same feature ID will be considered as parts of the same feature. The feature ID is used to identity the counts in the output table. The default, suitable for RNA-Seq analysis using an Ensembl GTF file, is gene_id." optional="False" value="gene_id"/> - <param type="text" name="additional_attr" argument="--additional-attr" label="Additional attributes" - help="Additional feature attributes, which will be printed as an additional column after the primary attribute column but before the counts column(s). The default is none, a suitable value to get gene names using an Ensembl GTF file is gene_name." - optional="True"/> <param type="select" name="mode" argument="-m" label="Mode" help="Mode to handle reads overlapping more than one feature. Possible values for <mode> are union, intersection-strict and intersection-nonempty (default: union)" optional="False" multiple="False"> @@ -67,7 +71,7 @@ </param> </inputs> <outputs> - <data name="Aurora htseq" format="html" label="Aurora htseq on ${on_string}" hidden="false"/> + <data name="report" format="html" label="Aurora htseq on ${on_string}" hidden="false"/> <data format="txt" name="sink_message" label="Warnings and Errors" from_work_dir="warnings_and_errors.txt"/> <data name="count" format="txt" label="Aurora htseq-count on ${on_string}" hidden="false"/> </outputs>
