Example usage for org.springframework.batch.item.file LineMapper interface-usage

List of usage examples for org.springframework.batch.item.file LineMapper interface-usage

Introduction

In this page you can find the example usage for org.springframework.batch.item.file LineMapper interface-usage.

Usage

From source file uk.ac.ebi.eva.pipeline.io.mappers.AnnotationLineMapper.java

 * Example of VEP output line
 * 20_60343_G/A   20:60343   A   -   -   -   intergenic_variant   -   -   -   -   -   -
 * 20_60419_A/G   20:60419   G   -   -   -   intergenic_variant   -   -   -   -   -   -
 * 20_60479_C/T   20:60479   T   -   -   -   intergenic_variant   -   -   -   -   -   rs149529999   GMAF=T:0.0018;AFR_MAF=T:0.01;AMR_MAF=T:0.0028
 * 20_60523_-/C   20:60522-60523   C   -   -   -   intergenic_variant   -   -   -   -   -   rs150241001   GMAF=C:0.0115;AFR_MAF=C:0.05;AMR_MAF=C:0.0028
 *