annotate preprocessing-wrapper.sh @ 7:b6ece07bec6a draft

planemo upload commit 45906ba522c7c319067e93d5cd5d7161223c3336
author bcclaywell
date Mon, 12 Oct 2015 15:59:59 -0400
parents 221a97bf686d
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
1 #!/bin/bash
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
2
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
3 source $1
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
4
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
5 deduplicate_sequences.py \
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
6 --split-map ${SPLIT_MAP} \
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
7 --deduplicated-sequences-file ${DEDUP_INFO} \
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
8 ${INPUT_SEQS} \
d4690e65afcd Uploaded
bcclaywell
parents:
diff changeset
9 ${DEDUP_SEQS}