Mercurial > repos > mingchen0919 > split_multifasta
diff split_fasta.sh @ 0:efd5c022b54d draft
planemo upload
| author | mingchen0919 |
|---|---|
| date | Mon, 09 Apr 2018 12:27:49 -0400 |
| parents | |
| children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/split_fasta.sh Mon Apr 09 12:27:49 2018 -0400 @@ -0,0 +1,9 @@ +export TOOL_DIR='${__tool_directory__}' && + +Rscript '${__tool_directory__}/'split_fasta_render.R + + -o '$report' + -d '$report.files_path' + -s '$sink_message' + -A '$fasta_input' + -B '$number'
