From f254e4b8959cf9b0f1e93a7dccdb492e1166c975 Mon Sep 17 00:00:00 2001 From: Calvin Morrison Date: Thu, 19 Jun 2014 16:24:16 -0400 Subject: galaxy XML --- galaxy/kmer_counts_per_sequence.xml | 32 ++++++++++++++++++++++++++++++++ galaxy/kmer_total_count.xml | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 64 insertions(+) create mode 100644 galaxy/kmer_counts_per_sequence.xml create mode 100644 galaxy/kmer_total_count.xml diff --git a/galaxy/kmer_counts_per_sequence.xml b/galaxy/kmer_counts_per_sequence.xml new file mode 100644 index 0000000..c1ef57f --- /dev/null +++ b/galaxy/kmer_counts_per_sequence.xml @@ -0,0 +1,32 @@ + + get kmer counts for each sequence + + kmer_counts_per_sequence + -k $kmer + #if labels: + -l + #endif + #if $reverse: + -c + #endif + #if $sparse: + -s + #endif + -i $input > $output + + + + + + + + + + + + + input a sample file, get a count of kmers in each sequence + + + + diff --git a/galaxy/kmer_total_count.xml b/galaxy/kmer_total_count.xml new file mode 100644 index 0000000..05c3b10 --- /dev/null +++ b/galaxy/kmer_total_count.xml @@ -0,0 +1,32 @@ + + count kmers in a samlpe + + kmer_total_count + -k $kmer + #if labels: + -l + #endif + #if $reverse + -c + #endif + #if $sparse: + -n + #endif + -i $input > $output + + + + + + + + + + + + + input a sample file, get a count of kmers in each sequence + + + + -- cgit v1.2.1