# HG changeset patch # User yhoogstrate # Date 1392652058 18000 # Node ID 2b6a44353622d4a4f6f95a3dcc10c636c5deb641 # Parent af8a55f9dcc0244370a9bbbf2055d293a7c28042 Uploaded diff -r af8a55f9dcc0 -r 2b6a44353622 varscan_mpileup2snp_from_bam.xml --- a/varscan_mpileup2snp_from_bam.xml Mon Feb 17 10:42:46 2014 -0500 +++ b/varscan_mpileup2snp_from_bam.xml Mon Feb 17 10:47:38 2014 -0500 @@ -10,6 +10,7 @@ echo "Invalid number of dbkeys are found: ${ len({ alignment.metadata.dbkey:True for alignment in $alignments }.keys()) }, while only one should be used. Make sure that the alignments are done on the same reference genome and that 'tool-data/all_fasta.loc' is configured properly!" >&2 #else + echo "USED FASTA = ${ filter( lambda x: str( x[0] ) == str( { alignment.metadata.dbkey:True for alignment in $alignments }.keys()[0] ), $__app__.tool_data_tables[ 'all_fasta' ].get_fields() )[0][-1] }" #end if ; + --> samtools-mpileup-parallel mpileup -t $samtools_threads @@ -109,7 +105,7 @@ - +