# HG changeset patch # User nikhil-joshi # Date 1421916896 18000 # Node ID a2ef5d59bd6e8e866c771cc96a1d50dacf647e53 # Parent ce3a667012c2579642e2c2fcb32cedb898bcb5e4 Uploaded diff -r ce3a667012c2 -r a2ef5d59bd6e sam2counts_galaxy_edger.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sam2counts_galaxy_edger.xml Thu Jan 22 03:54:56 2015 -0500 @@ -0,0 +1,58 @@ + + + python + + - Create a digital expression matrix by counting reads aligned to transcripts + + sam2counts_galaxy_edger.py + ## Inputs. + #set $gnum=1 + #for $group in $group_analysis + --group G$gnum --treatment '${group.group}' --sample-name '${group.sample_init}' + --bam-file ${group.file_init} --file-type ${group.file_init.ext} + #for $input_files in $group.input_files: + --group G$gnum --treatment '${group.group}' --sample-name '${input_files.sample}' + --bam-file ${input_files.file} --file-type ${group.file_init.ext} + #end for + #set $gnum = $gnum + 1 + #end for + + $use_ref + + -o $output + + + + + + + + + ^[^\s,\'\"]+$ + + + + ^[^\s,\'\"]+$ + + + + + + + + ^[^\s,\'\"]+$ + + + + + + + + + + + +Sample names must be unique. + + +