# HG changeset patch # User estrain # Date 1567759043 14400 # Node ID 92d60761a21022e66b1297dc439d778f07f6f8ae # Parent 45fff2877ed2392656249b866a8e185d5c9172e0 Deleted selected files diff -r 45fff2877ed2 -r 92d60761a210 seqsero.xml.txt --- a/seqsero.xml.txt Thu Sep 05 10:02:01 2019 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,175 +0,0 @@ - - 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