# HG changeset patch # User drosofff # Date 1478708551 18000 # Node ID a0bde9b84ca6f5ea74eb6eae6fdb1b134a4518e9 # Parent 88cdd6118bfec3d9ddc2c35a21805da6903e1ce0 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/msp_sr_bowtie commit b6de14061c479f0418cd89e26d6f5ac26e565a07 diff -r 88cdd6118bfe -r a0bde9b84ca6 sRbowtie.py --- a/sRbowtie.py Mon Sep 28 16:47:11 2015 -0400 +++ b/sRbowtie.py Wed Nov 09 11:22:31 2016 -0500 @@ -181,7 +181,7 @@ else: tmp_dir, index_path = "dummy/dymmy", args.index_source command_line = bowtieCommandLiner(args.method, args.v_mismatches, args.output_format, - args.aligned, args.unaligned, args.input_format, args.input, + args.aligned, args.unaligned, args.input_format, args.input, index_path, args.output, args.num_threads) bowtie_alignment(command_line, flyPreIndexed=tmp_dir) F.close() diff -r 88cdd6118bfe -r a0bde9b84ca6 sRbowtie.xml --- a/sRbowtie.xml Mon Sep 28 16:47:11 2015 -0400 +++ b/sRbowtie.xml Wed Nov 09 11:22:31 2016 -0500 @@ -1,27 +1,29 @@ - + for FASTA small reads - bowtie + bowtie samtools - sRbowtie.py --input $input - --input-format $input.extension - --method $method - --v-mismatches $v_mismatches - --output-format $output_format - --output $output - --index-from $refGenomeSource.genomeSource - ## the very source of the index (indexed or fasta file) - --index-source - #if $refGenomeSource.genomeSource == "history": - $refGenomeSource.ownFile - #else: - $refGenomeSource.index.fields.path - #end if - --aligned $aligned - --unaligned $unaligned - --num-threads \${GALAXY_SLOTS:-4} ## number of processors to be handled by bowtie - + diff -r 88cdd6118bfe -r a0bde9b84ca6 tool_dependencies.xml --- a/tool_dependencies.xml Mon Sep 28 16:47:11 2015 -0400 +++ b/tool_dependencies.xml Wed Nov 09 11:22:31 2016 -0500 @@ -1,9 +1,9 @@ - - + + - +