Skip to content

Running de Bruijn graph code on Windows #2

@mhassankhan90

Description

@mhassankhan90

Hello Dear,
Greetings,

Can we use this code in Windows environment using Microsoft Visual Studio or MinGW compiler?

I have compiled and tested this code in Linux. It works well. Now, I am trying to run it on Windows. I have compiled it using MinGW compiler 8.1. It doesn't give any error during compilation except getopt argument not found which can be resolved by adding getopt.h file.
When I run it in Windows on same data set that I used in Linux, it doesn't generate files with same size. The nodes and edges file generated in Windows contains only few entries where in Linux they are complete. I have also tried replacing the string cmd =" mv" with "move" which is supported in Windows cmd but it produces the same results. I am also attaching the last few lines of output it generates.
Kindly help me resolving the issue.

Thanks
output

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions