diff --git a/tags/drap-v1.9/bin/bwa.pl b/tags/drap-v1.9/bin/bwa.pl index 1852c7a68769cb47ec49946e9f578084d73d01a8..efe31e4ba1977a8f65ea17977742ea4f7615d252 100755 --- a/tags/drap-v1.9/bin/bwa.pl +++ b/tags/drap-v1.9/bin/bwa.pl @@ -231,8 +231,8 @@ MAIN: push( @unmerged_bams, $bam."_".$file_idx ); my $cmd = new CmdSet( undef, undef, "bwa.pl-3", $scheduler ); $cmd->add_cmd( new Cmd("samtools view -bS -@ ".$cpu." ".$sam." > ".$unsorted_bam, $cpu, $mem, $vmem) ); - $cmd->add_cmd( new Cmd("samtools sort -@ ".$cpu." ".$unsorted_bam." ".$bam, $cpu, $mem, $vmem) ); - $cmd->add_cmd( new Cmd("mv ".$bam.".bam ".$unmerged_bams[$file_idx], $cpu, $mem, $vmem) ); + $cmd->add_cmd( new Cmd("samtools sort -@ ".$cpu." -O bam -o ".$bam." ".$unsorted_bam, $cpu, $mem, $vmem) ); + $cmd->add_cmd( new Cmd("mv ".$bam." ".$unmerged_bams[$file_idx], $cpu, $mem, $vmem) ); $cmd->submit(); unlink( $unsorted_bam ); unlink( $sam ); diff --git a/tags/drap-v1.91/doc/install.html b/tags/drap-v1.91/doc/install.html index 649faff4eb510c0d0f1ad33a23a2524a1c0c67d3..63491980e66d3dbadd4987f9345de562ea249346 100644 --- a/tags/drap-v1.91/doc/install.html +++ b/tags/drap-v1.91/doc/install.html @@ -342,7 +342,7 @@ type = local # This value can be 'local' or 'sge' <p>If one of the software listed in the section SOFTWARES is not directly accessible, add the bin folder of this software in the section PATH (see '<a href="#check_dependencies">Check dependencies installation</a>').</p> <pre> [ENV] # Commands to execute to set the environnement (i.e. module load) -preprocess_env = module load compiler/gcc-4.9.1 # for Khmer package +preprocess_env = module load compiler/gcc-4.9.1; ... # for Khmer package ... </pre> <p>If one of the software listed in the section SOFTWARES need a specific environment, add the commands to execute to complete the step using this specific tool in this section. The example above shows how to load a module named compiler/gcc-4.9.1 needed to run scripts from the Khmer package. Scripts from this package are used to complete the preprocess step (see the <a href="third_party_tools.html">DRAP 3rd Party Tools</a> table), so you should give the step name followed by _env and the command to execute at the step start. diff --git a/tags/drap-v1.91/doc/lib/css/bootstrap-theme.min.css b/tags/drap-v1.91/doc/lib/css/bootstrap-theme.min.css new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391