Skip to content

Commit

Permalink
change oncokb url
Browse files Browse the repository at this point in the history
  • Loading branch information
gongyixiao committed Jan 22, 2022
1 parent 830df8e commit aa49aac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion conf/singularity.config
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
singularity {
enabled = true
autoMounts = true
runOptions = "-B $TMPDIR"
runOptions = "-e --no-home -B $TMPDIR"
}

process {
Expand Down
1 change: 1 addition & 0 deletions pipeline.nf
Original file line number Diff line number Diff line change
Expand Up @@ -1472,6 +1472,7 @@ process SomaticAnnotateMaf {
--filter-vcf 0
python /usr/bin/oncokb_annotator/MafAnnotator.py \
-u "https://legacy.oncokb.org/api/v1" \
-i ${outputPrefix}.raw.maf \
-o ${outputPrefix}.raw.oncokb.maf
Expand Down

0 comments on commit aa49aac

Please sign in to comment.