BWA on XSEDE0.36Burrows-Wheeler Alignment Tool. (Make sure no white space exists in any of the alphabet input fields on this page. This does not apply to 'Enter your data below' field.)Assembly:Assemble_readshttp://bio-bwa.sourceforge.net/bwa_xsededbinDatabase sequences (FASTA format)ref_genome.fastacommand_line_singleperl!defined $queryinpairperl"&& bwa_comet mem -M -t 16"50command_line_single2perl!defined $queryinpairperl"ref_genome.fasta query1.fq.gz > $SAM_NAME"70command_line_pairedperldefined $queryinpairperl"&& bwa_comet mem -M -t 16 "50command_line_paired2perldefined $queryinpairperl" ref_genome.fasta query1.fq.gz query2.fq.gz > $SAM_NAME"70bwa_schedulerscheduler.confperl
"threads_per_process=12\\n" .
"node_exclusive=0\\n" .
"nodes=1\\n"
0inputsInput Filesruntime1scheduler.confMaximum Hours to Run (click here for help setting this correctly)0.25Estimate the maximum time your job will need to run. We recommend testimg initially with a < 0.5hr test run because Jobs set for 0.5 h or less depedendably run immediately in the "debug" queue.
Once you are sure the configuration is correct, you then increase the time. The reason is that jobs > 0.5 h are submitted to the "normal" queue, where jobs configured for 1 or a few hours times may
run sooner than jobs configured for the full 168 hours.
Maximum Hours to Run must be less than 168perl$runtime > 168.0Maximum Hours to Run must be greater than 0.1 perl$runtime < 0.1The job will run on 12 processors as configured. If it runs for the entire configured time, it will consume 12 x $runtime cpu hoursperl$runtime ne 0 perl"runhours=$value\\n"queryinQuery File 1query1.fq.gzqueryinpairQuery File 2 (paired reads)query2.fq.gzSAM_NAMEOutput File Namealn.samindexBWA indexing settingsbuildindexperl"bwa_comet"10PvalueSubmitting a single interleaved fastq?perl!defined $queryinpairperl($value) ? "-p":""011indexalgIndexing algorithmisbwtswisperl"index -a $value"is - linear-time algorithm for constructing suffix array. It requires 5.37N memory where N is the size of the database. IS is moderately fast, but does not work with database larger than 2GB.bwtsw - Algorithm implemented in BWT-SW. This method works with the whole human genome, but it does not work with database smaller than 10MB and it is usually slower than IS.12colorspaceBuild color-space index?perl($value ? "-c":"")013buildindex2perl"ref_genome.fasta"14memoptsBWA mem optionsPvalue2Submitting a single interleaved fastq?perl!defined $queryinpairperl($value) ? "-p":""051stdoutfilestd.outall_results*