Skip to content
Snippets Groups Projects
Commit 6c2a3125 authored by Sander Bollen's avatar Sander Bollen
Browse files

naming conventions of default fields

parent 44c3611e
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ object VcfToTsv extends ToolCommand {
}
}
val defaultFields = List("chr", "pos", "id", "ref", "alt", "qual")
val defaultFields = List("CHROM", "POS", "ID", "REF", "ALT", "QUAL")
def main(args: Array[String]): Unit = {
val argsParser = new OptParser
......
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