diff htseq_count.sh @ 0:0bfeaf18a871 draft

planemo upload
author mingchen0919
date Wed, 07 Mar 2018 08:45:02 -0500
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/htseq_count.sh	Wed Mar 07 08:45:02 2018 -0500
@@ -0,0 +1,20 @@
+Rscript '${__tool_directory__}/htseq_count_render.R'
+
+			-e $echo
+			-o $report
+			-d $report.files_path
+			-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
+			-m $mode
+			-c $count
+			-O $count_rdata
\ No newline at end of file