Closed portah closed 9 years ago
I did an update bedtools-genomecov requires two params input bam file and genome file. All other params are optional. I don't know how to check type of input file (based on extension) and change prefix -i or -ibam. And force to use one of the params if the other is chosen (like --scale requires either -bg or -bga). The only default engine is JsonPointer or I can use JS?
I think I'll use this PR to setup an autotester using travis. Are these tests resource intensive?
No they are not. All of them one threaded and can be done on a laptop or VM
Hello, below is the list of GATK tools I was thinking to use for the workflow: • Mapping: Map with BWA for Illumina • Mark duplicates: Picard MarkDuplicates • Indel Realignment: RealignerTargetCreator and IndelRealigner • Base Recalibration: BaseRecalibrator • Data compression with Reduce Reads: ReduceReads • Variant Calling: HaplotypeCaller • Variant recalibration: VariantRecalibrator and ApplyRecalibration • Variant Evaluation: VariantEval I am assuming none of the tools are implemented using CWL as yet. What would be the best place to start? Thank you for all the help earlier,
This just a first step to describe bedtools genomecov [OPTIONS] -i "file" -g "genome file"