Skip to content
Snippets Groups Projects
Commit 9de44f8b authored by Tobias Marschall's avatar Tobias Marschall
Browse files

Pass on VCF filename to StrandPhaseR (fillMissAllele parameter)

parent 115d2721
No related branches found
No related tags found
No related merge requests found
......@@ -7,4 +7,4 @@ args=commandArgs(TRUE)
suppressPackageStartupMessages(library(StrandPhaseR))
strandPhaseR(inputfolder=args[1], outputfolder=args[2], configfile = args[3], WCregions = args[4] , positions=args[5])
strandPhaseR(inputfolder=args[1], outputfolder=args[2], configfile = args[3], WCregions = args[4], positions=args[5], fillMissAllele=args[5])
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment