Mercurial > repos > jjohnson > gatk2
comparison base_recalibrator.xml @ 22:bc18c5ad280f draft
Remove thread options from base_recalibrator.xml
author | Jim Johnson <jj@umn.edu> |
---|---|
date | Fri, 28 Dec 2012 12:08:47 -0600 |
parents | 6e641ee02851 |
children | 2f9bf8bf42b7 |
comparison
equal
deleted
inserted
replaced
21:6e641ee02851 | 22:bc18c5ad280f |
---|---|
13 #end if | 13 #end if |
14 -p 'java | 14 -p 'java |
15 -jar "\$GATK2_PATH/GenomeAnalysisTK.jar" | 15 -jar "\$GATK2_PATH/GenomeAnalysisTK.jar" |
16 -T "BaseRecalibrator" | 16 -T "BaseRecalibrator" |
17 \$GATK2_SITE_OPTIONS | 17 \$GATK2_SITE_OPTIONS |
18 \$GATK2_THREAD_OPTIONS | 18 ## \$GATK2_THREAD_OPTIONS |
19 ##--num_threads 4 ##hard coded, for now | 19 ##--num_threads 4 ##hard coded, for now |
20 ##-et "NO_ET" -K "/data/galaxy/appList/GenomeAnalysisTK-2.0-36-gf5c1c1a/gatk2_key_file" ##ET no phone home | 20 ##-et "NO_ET" -K "/data/galaxy/appList/GenomeAnalysisTK-2.0-36-gf5c1c1a/gatk2_key_file" ##ET no phone home |
21 ##-log "${output_log}" ##don't use this to log to file, instead directly capture stdout | 21 ##-log "${output_log}" ##don't use this to log to file, instead directly capture stdout |
22 #if $reference_source.reference_source_selector != "history": | 22 #if $reference_source.reference_source_selector != "history": |
23 -R "${reference_source.ref_file.fields.path}" | 23 -R "${reference_source.ref_file.fields.path}" |