Skip to content

Commit

Permalink
Merge pull request #36 from CCRGeneticsBranch/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
vinegang authored Oct 16, 2024
2 parents 0f302da + d77bfbc commit 9d2e302
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/biowulf_small_test_params.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
params {
Pipeline_version = "5.1"
Pipeline_version = "5.1.1"
genome_version = "19"
genome_version_tcellextrect = "hg19"
genome_version_fusion_annotation = "v37lift37"
Expand Down
2 changes: 1 addition & 1 deletion main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ workflow.onComplete {

//sendMail(to: "${workflow.userName}@mail.nih.gov" , subject: 'khanlab ngs-pipeline execution successful', body: fullMessage, mimeType: 'text/html')

sendMail(to: "${workflow.userName}@mail.nih.gov" , cc: 'khanjav@mail.nih.gov, weij@mail.nih.gov, wenxi@mail.nih.gov, gangalapudiv2@mail.nih.gov,' , subject: 'khanlab ngs-pipeline execution successful', body: fullMessage, mimeType: 'text/html')
sendMail(to: "${workflow.userName}@mail.nih.gov" , cc: 'wenxi@mail.nih.gov, gangalapudiv2@mail.nih.gov,' , subject: 'khanlab ngs-pipeline execution successful', body: fullMessage, mimeType: 'text/html')
}

} else {
Expand Down
2 changes: 1 addition & 1 deletion modules/RNAseq_GATK/GATK.nf
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ process GATK_RTC_IR {
java -jar -Xmx40g \$GATK_JAR -T RealignerTargetCreator -nt 10 -R $genome -known $phase1_1000g -known $Mills_and_1000g -I $bam -o ${meta.lib}.realignment.intervals
java -jar -Xmx40g \$GATK_JAR -T IndelRealigner -R $genome -known $phase1_1000g -known $Mills_and_1000g -I $bam --targetIntervals ${meta.lib}.realignment.intervals -o ${meta.lib}.Ir.bam
java -jar -Xmx40g \$GATK_JAR -T IndelRealigner -R $genome -known $phase1_1000g -known $Mills_and_1000g -I $bam --targetIntervals ${meta.lib}.realignment.intervals -o ${meta.lib}.Ir.bam --maxReadsInMemory 1500000
cat <<-END_VERSIONS > versions.yml
"${task.process}":
Expand Down

0 comments on commit 9d2e302

Please sign in to comment.