estrain@16: jpayne@0: Salmonella serotype prediction estrain@14: estrain@14: 1.2.1 estrain@14: jpayne@0: estrain@14: seqsero2 jpayne@0: jpayne@0: reverse.fastq; estrain@14: #set $reverse = './reverse.fastq' estrain@14: gunzip -c $forward > forward.fastq; estrain@14: #set $forward = './forward.fastq' estrain@14: #end if jpayne@3: ln -s $forward ${name}_1.fastq; jpayne@3: ln -s $reverse ${name}_2.fastq; estrain@14: #else if $reads.reads_select == 'collection' estrain@14: #set $name = $reads.coll.name.replace(' ', '_') estrain@14: #set $forward = $reads.coll.forward estrain@14: #set $reverse = $reads.coll.reverse estrain@14: #set $infile = $name + "_1.fastq " + $name + "_2.fastq" estrain@14: #set $tval = 2 estrain@14: #if $reverse.is_of_type('fastq.gz', 'fastqsanger.gz') estrain@14: gunzip -c $reverse > reverse.fastq; estrain@14: #set $reverse = './reverse.fastq' estrain@14: gunzip -c $forward > forward.fastq; estrain@14: #set $forward = './forward.fastq' estrain@14: #end if estrain@14: ln -s $forward ${name}_1.fastq; estrain@14: ln -s $reverse ${name}_2.fastq; estrain@14: #else estrain@14: #set $name = $reads.assembly.name.replace(' ', '_') estrain@14: #set $ga = $reads.assembly estrain@14: #set $infile = $name + ".fasta" estrain@14: ln -s $ga ${name}.fasta; estrain@14: #set $tval = 4 estrain@14: #set $mode='k' estrain@14: #end if estrain@14: echo $name ; estrain@14: echo "-=-=-=-=-" ; estrain@14: touch output/SeqSero_log.txt ; estrain@14: SeqSero2_package.py estrain@14: -p \${GALAXY_SLOTS:-1} estrain@14: -t $tval jpayne@2: -m $mode jpayne@2: -d ./output jpayne@2: #if $mode == 'a': jpayne@2: -b $maptype jpayne@2: #end if estrain@14: -i $infile && jpayne@2: echo "-=-=-=-=-" && jpayne@2: cat output/SeqSero_log.txt && jpayne@2: echo "-=-=-=-=-" && jpayne@2: ls -lah ./output jpayne@0: ]]> jpayne@0: jpayne@0: jpayne@0: estrain@14: jpayne@0: jpayne@0: estrain@14: jpayne@0: jpayne@0: jpayne@0: jpayne@0: jpayne@0: jpayne@0: jpayne@0: jpayne@0: estrain@14: estrain@14: estrain@14: jpayne@0: jpayne@0: jpayne@0: jpayne@0: jpayne@0: jpayne@2: jpayne@2: estrain@14: estrain@14: jpayne@2: jpayne@2: jpayne@2: jpayne@0: jpayne@0: jpayne@0: jpayne@2: jpayne@0: jpayne@0: jpayne@0: jpayne@0: estrain@14: jpayne@0: jpayne@0: jpayne@1: jpayne@1: jpayne@1: jpayne@0: jpayne@3: jpayne@3: jpayne@1: jpayne@0: jpayne@0: jpayne@1: jpayne@0: jpayne@0: jpayne@0: jpayne@0: jpayne@0: jpayne@0: jpayne@0: jpayne@1: jpayne@0: jpayne@11: jpayne@11: jpayne@11: jpayne@12: jpayne@12: jpayne@12: estrain@14: jpayne@12: jpayne@11: jpayne@1: jpayne@0: jpayne@0: jpayne@0: jpayne@0: jpayne@0: @misc{zhang_yin_jones_zhang_deathrage_dinsmore_fitzgeral_fields_deng_2015, jpayne@0: title={Salmonella serotype determination utilizing high-throughput genome sequencing data.}, jpayne@0: journal={J Clin Microbiol}, publisher={ASM}, jpayne@0: author={Zhang S, Yin Y, Jones MB, Zhang Z, Deatherage Kaiser BL, Dinsmore BA, Fitzgerald C, Fields PI, Deng X.}, jpayne@0: year={2015}, month={Max}, jpayne@0: url={http://http://jcm.asm.org/content/early/2015/03/05/JCM.00323-15}}, jpayne@0: } jpayne@5: jpayne@5: @misc{cfsan_biostatistics_group_2017, jpayne@5: title={CFSAN Biostatistics Group fork of SeqSero2}, jpayne@5: url={https://github.com/CFSAN-Biostatistics/SeqSero2.git}}, jpayne@5: jpayne@0: jpayne@0: jpayne@0: