csv to custom manifest file
0
0
Entering edit mode
11 months ago
bioguy24 ▴ 230

Is there a tool/script that can convert a csv to bpm? That is using picard I can go from a bpm to csv but can the reverse also be done? Thanks :).

illumina • 825 views
ADD COMMENT
0
Entering edit mode

What's a bpm? CSV is a data format, not a file format. If bpm is a straightforward data format as well, you should be able to parse out fields are write your custom bpm.

ADD REPLY
0
Entering edit mode

bpm = Bead pool manifest (Illumina).

There is an example here: https://github.com/jigold/zCall/blob/master/Example_Input_Formats/example.bpm.csv

bioguy24 : You will need to do this since Picard won't.

ADD REPLY
0
Entering edit mode

Looks like bpm is also in csv format, so OP will probably only need to verify content order and create a soft link.

ADD REPLY
0
Entering edit mode

I will confirm the info and order, but doesn't it need to be binary, that is converted to a binary format? Thanks.

The order is the same:

Index,Name,Chromosome,Position,GenTrain Score,SNP,ILMN Strand,Customer Strand,NormID
1,1:10001102-G-T,1,10001102,0.9040,[A/C],TOP,BOT,6

Do I need to use a specific compression this file to make it binary?

ADD REPLY

Login before adding your answer.

Traffic: 1782 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6