Coder Social home page Coder Social logo

tbrunetti / quack Goto Github PK

View Code? Open in Web Editor NEW
10.0 3.0 4.0 10.03 MB

Quality Control Summary Pipeline for Array-based Genome Studio Projects (idats, raw genotype quality)

License: MIT License

Python 100.00%
gwas quality-assurance quality-control illumina-bead-chip plink-files snps

quack's People

Contributors

raonyguimaraes avatar tbrunetti avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

quack's Issues

Syntax Bugs

Syntax errors in run_GWAS_QC_filtering_pipeline.py and generate_report.py -- additional commas causing problems

ChunkyPipes encountered an error when trying to execute run:

Hi all,
I'm a biologist learning bioinformatics.
Trying to run the pipeline I have this error when running Basic Mode example:

**chunky run run_GWAS_QC_filtering_pipeline.py -sampleTable /home/usuario/my_project/GWAS_QC_pipeline/SampleTable.txt -snpTable /home/usuario/my_project/GWAS_QC_pipeline/SNPTable.txt -inputPLINK /home/usuario/my_project/GWAS_QC_pipeline/toy.ped**

Does anybody could help to find the problem? It is a common one?
I followed the readme instructions step by step and everything was correct. All programs and dependencies and files are in the same folder.
Thank you in advance and congrats for the pipeline!

Pelayo

Traceback (most recent call last):
File "/home/usuario/miniconda2/lib/python2.7/site-packages/chunkypipes/util/init.py", line 74, in execute_from_command_line
chunky_command_classes[subcommand].run(argv[2:])
File "/home/usuario/miniconda2/lib/python2.7/site-packages/chunkypipes/util/commands/run.py", line 44, in run
pipeline_config=pipeline_class.pipeline_config
File "/home/usuario/miniconda2/lib/python2.7/site-packages/chunkypipes/components/init.py", line 467, in _run_pipeline
self.run_pipeline(pipeline_args=pipeline_args, pipeline_config=pipeline_config)
File "run_GWAS_QC_filtering_pipeline.py", line 345, in run_pipeline
inputPlinkfile=pipeline_args['inputPLINK'], plink=pipeline_config['plink']['path']
File "run_GWAS_QC_filtering_pipeline.py", line 59, in check_input_format
convert = subprocess.call([str(plink), '--file', str(inputPlinkfile[:-4]), '--make-bed', '--out', str(inputPlinkfile[:-4])])
File "/home/usuario/miniconda2/lib/python2.7/subprocess.py", line 172, in call
return Popen(*popenargs, **kwargs).wait()
File "/home/usuario/miniconda2/lib/python2.7/subprocess.py", line 394, in init
errread, errwrite)
File "/home/usuario/miniconda2/lib/python2.7/subprocess.py", line 1047, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory

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.