Mercurial > repos > elixir-it > mutect2
comparison mutect2.xml @ 8:467fcccde14d draft
Uploaded
| author | elixir-it |
|---|---|
| date | Thu, 25 Oct 2018 04:44:53 -0400 |
| parents | 2ebf2cd4f18f |
| children | a517190d2b3d |
comparison
equal
deleted
inserted
replaced
| 7:2ebf2cd4f18f | 8:467fcccde14d |
|---|---|
| 42 #end if | 42 #end if |
| 43 | 43 |
| 44 ##TODO gatk-register take the GenomeAnalysisTK-3.8-0-ge9d806836.tar.bz2 unzip it | 44 ##TODO gatk-register take the GenomeAnalysisTK-3.8-0-ge9d806836.tar.bz2 unzip it |
| 45 ##and move the .jar file to \$CONDA_DEFAULT_ENV/opt/gatk-3.8/ then the mutect2 command is runned | 45 ##and move the .jar file to \$CONDA_DEFAULT_ENV/opt/gatk-3.8/ then the mutect2 command is runned |
| 46 gatk3-register \$_CONDA_DIR/../GenomeAnalysisTK-3.8-0-ge9d806836.tar.bz2 2>$log ; | 46 gatk3-register \$_CONDA_DIR/../GenomeAnalysisTK-3.8-0-ge9d806836.tar.bz2 2>$log ; |
| 47 java -jar \$CONDA_DEFAULT_ENV/opt/gatk-3.8/GenomeAnalysisTK.jar -nct \${GALAXY_SLOTS:-4} -T MuTect2 -I:tumor tumor.bam -I:normal normal.bam -o $output | 47 java -jar \$CONDA_DEFAULT_ENV/opt/gatk-3.8/GenomeAnalysisTK.jar -nct 4 -T MuTect2 -I:tumor tumor.bam -I:normal normal.bam -o $output |
| 48 #if $reference_source.reference_source_selector == "history" | 48 #if $reference_source.reference_source_selector == "history" |
| 49 -R genome.fa | 49 -R genome.fa |
| 50 #end if | 50 #end if |
| 51 #if $reference_source.reference_source_selector == "cached" | 51 #if $reference_source.reference_source_selector == "cached" |
| 52 -R $reference_source.ref_file.fields.path | 52 -R $reference_source.ref_file.fields.path |
