Giter Site home page Giter Site logo

Comments (4)

freeseek avatar freeseek commented on July 18, 2024

The problem is that your csv_manifest_file and your egt_cluster_file variables contain spaces, so they are interepreted as additional options, i.e., additional GTC files that are not allowed when using the --gtcs command. Simply use quotes as follows to make it work:

bcftools +gtc2vcf
--no-version
--bpm $bpm_manifest_file
--csv "$csv_manifest_file"
--egt "$egt_cluster_file"
--gtcs ./gtc_list_file.txt
--fasta-ref $ref
--output $out_prefix.vcf
--output-type v
--extra $out_prefix.tsv
--verbose

Notice that using the option -Ou and the option --output-type v, while allowed, is incorrect as the later option will simply override the former option. Also, do notice that the csv_manifest_file can be input as a gzipped file

from gtc2vcf.

hsmith9002 avatar hsmith9002 commented on July 18, 2024

Thank you for the quick response!. That seemed to fix that, but now I' getting this: "Header of file ./ProjectDetailReport ILMN GDA 07-11-22 AMS1.csv is incorrect:".

The csv is attached.
GTC_GDA_test_0826_ProjectDetailReport ILMN GDA 07-11-22 AMS1.csv

Thank you
Harry

from gtc2vcf.

freeseek avatar freeseek commented on July 18, 2024

Ah yeah, the manifest file name did seem weird to me. That's because GTC_GDA_test_0826_ProjectDetailReport ILMN GDA 07-11-22 AMS1.csv is more like a file report. You need to use the .csv manifest file for the GDA array that you can find here

from gtc2vcf.

hsmith9002 avatar hsmith9002 commented on July 18, 2024

I think I got it working using the _A2.csv.gz. I'm using the _A2.bpm.

from gtc2vcf.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.