Changeset 5807
- Timestamp:
- Jan 10, 2020, 8:18:28 AM (3 years ago)
- Location:
- other/pipeline/trunk
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
other/pipeline/trunk/mutation_signature.R
r5796 r5807 1 1 #!/usr/bin/env Rscript 2 2 3 ## TODO - since we need a specific R version the path above should probably be changed4 ## to /usr/local/packages/R/3.6.2/bin/Rscript3 ## NOTE! Since we need a specific R version (3.6.2) this script need 4 ## to be started via the Rscript.sh wrapper. 5 5 # 6 6 # $Id$ … … 52 52 ## read vcf 53 53 vcfs <- read_vcfs_as_granges(vcfPath, sampleName, ref_genome) 54 55 str(vcfs)56 54 57 55 ## extract mutations
Note: See TracChangeset
for help on using the changeset viewer.