# HG changeset patch
# User jpayne
# Date 1564588623 14400
# Node ID ce999a6ef3ba3abe2419cbf9cff5c5e17052929f
# Parent 4b327e1f39f31849d4fd71f078bbe72608d7d134
planemo upload
diff -r 4b327e1f39f3 -r ce999a6ef3ba shigatyper.xml
--- a/shigatyper.xml Thu Jun 27 14:39:17 2019 -0400
+++ b/shigatyper.xml Wed Jul 31 11:57:03 2019 -0400
@@ -4,20 +4,61 @@
shigatyper
"$output1"
+ #if $reads.reads_select == 'collection'
+ #set forward=$reads.coll.forward
+ #set reverse=$reads.coll.reverse
+ #set name=$reads.coll.name
+ #else
+ #set name=$reads.coll.forward.name.split('_')[0]
+ #end if
+
+ shigatyper -n "$name" "$forward" "$reverse" -vv >
+
+ #if $reads.reads_select == 'collection'
+ ${serotype_from_collection}
+ #else
+ ${serotype_from_history}
+ #end if
]]>
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+ reads['reads_select'] == 'collection'
+
+
+ reads['reads_select'] == 'history'
+
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@misc{githubshigatyper,
- author = {LastTODO, FirstTODO},
- year = {TODO},
- title = {shigatyper},
- publisher = {GitHub},
- journal = {GitHub repository},
- url = {https://github.com/CFSAN-Biostatistics/shigatyper},
+ author = Wu Y1, Lau HK, Lee T, Lau DK, Payne J.
+ year = 2019,
+ title = In Silico Serotyping Based on Whole-Genome Sequencing Improves the Accuracy of Shigella Identification,
+ publisher = AEM,
+ journal = Appl Environ Microbiol. ,
+ url = https://www.ncbi.nlm.nih.gov/pubmed/30709819,
}
\ No newline at end of file