# HG changeset patch # User estrain # Date 1567692121 14400 # Node ID 45fff2877ed2392656249b866a8e185d5c9172e0 # Parent bf80acab3d66a018332dcacdabb6734b6f76b999 Uploaded diff -r bf80acab3d66 -r 45fff2877ed2 seqsero.xml.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/seqsero.xml.txt Thu Sep 05 10:02:01 2019 -0400 @@ -0,0 +1,175 @@ + + Salmonella serotype prediction + + python + biopython + blast + samtools + sra-tools + bwa + spades + bedtools + salmid + + forward.fastq; + #set $forward = './forward.fastq' + #end if + #if $reverse.is_of_type('fastq.gz', 'fastqsanger.gz') + gunzip -c $reverse > reverse.fastq; + #set $reverse = './reverse.fastq' + #end if + ln -s $forward ${name}_1.fastq; + ln -s $reverse ${name}_2.fastq; + mkdir ./output; + touch output/SeqSero_log.txt ; + python $__tool_directory__/SeqSero2_package.py + -p \${GALAXY_SLOTS:-4} + -t 2 + -m $mode + -d ./output + #if $mode == 'a': + -b $maptype + #end if + -i ${name}_1.fastq ${name}_2.fastq && + echo "-=-=-=-=-" && + cat output/SeqSero_log.txt && + echo "-=-=-=-=-" && + ls -lah ./output + ]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @misc{zhang_yin_jones_zhang_deathrage_dinsmore_fitzgeral_fields_deng_2015, + title={Salmonella serotype determination utilizing high-throughput genome sequencing data.}, + journal={J Clin Microbiol}, publisher={ASM}, + author={Zhang S, Yin Y, Jones MB, Zhang Z, Deatherage Kaiser BL, Dinsmore BA, Fitzgerald C, Fields PI, Deng X.}, + year={2015}, month={Max}, + url={http://http://jcm.asm.org/content/early/2015/03/05/JCM.00323-15}}, + } + + @misc{cfsan_biostatistics_group_2017, + title={CFSAN Biostatistics Group fork of SeqSero2}, + url={https://github.com/CFSAN-Biostatistics/SeqSero2.git}}, + + + + \ No newline at end of file