From a5d0cb204ef34176dc23f1a2610a3df9f2c29e54 Mon Sep 17 00:00:00 2001 From: Aron Skaftason Date: Fri, 12 Jan 2018 07:51:46 +0100 Subject: [PATCH] some documentation added --- .idea/workspace.xml | 34 +++++++++++++++++----------------- Readme.md | 8 ++++++-- 2 files changed, 23 insertions(+), 19 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index d08c0d4..6f42f80 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -30,7 +30,7 @@ - + @@ -42,12 +42,12 @@ - + - + @@ -70,8 +70,8 @@ @@ -334,19 +334,6 @@ - - - - - - - - - - - - - @@ -365,5 +352,18 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/Readme.md b/Readme.md index 7e40b7b..fb21a7d 100644 --- a/Readme.md +++ b/Readme.md @@ -1,8 +1,12 @@ -##### this is a simple wrapper around samtools to subset bam files to later view in Igv for less command line literate people for visual validation of variants. +#### this is a simple wrapper around samtools to subset bam files to later view in Igv for less command line literate people for visual validation of variants. additional objects are for the writer to improve software documentasion as well as use click to manage inputs -The idea is to continue to add functionality, ideally being able \ No newline at end of file +it is possible to run multiple files by using a simple headerless csv + +##### example of csv : + + inputfile,region,outputfile \ No newline at end of file