This is a test version of Biostars. For the public version, visit https://www.biostars.org.
convert illumina manifest to csv

Is this tool no longer available: BpmToNormalizationManifestCsv

java -jar picard.jar BpmToNormalizationManifestCsv \
  INPUT=input.bpm \
  CLUSTER_FILE=clusterfile.egt \
  OUTPUT=out.csv

'BpmToNormalizationManifestCsv' is not a valid command. See PicardCommandLine -h for more information.

Is there another tool that will convert a manifest to csv? Thank you :).

illumina

1 answer

What version of picard are you running? As of the latest version (3.0.0) that program is present.

I will update to 3.0.0, thank you :).

Log in to answer this question.