Skip to content

Wrong parameter usage for limix_converter in tutorial / loading_files #2

Description

@mrtnb

limix-tutorials/preprocessing_QC/loading_files.ipynb in section "reading a phenotype CSV file" a dash is missing in front of the limix_converter parameter csv. The script does not give an error and output file is created, but it does not contain the data from the CSV. Took me a while do figure out what the problem was.

Is: limix_converter --outfile=./my_file.hdf5 -csv=./phenotype_sample.csv
Should be: limix_converter --outfile=./my_file.hdf5 --csv=./phenotype_sample.csv

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions