Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only getting the help screen when trying to run #9

Open
ka738059 opened this issue Nov 6, 2020 · 1 comment
Open

Only getting the help screen when trying to run #9

ka738059 opened this issue Nov 6, 2020 · 1 comment

Comments

@ka738059
Copy link

ka738059 commented Nov 6, 2020

Hello, I am having trouble running this program. I just keeping getting the output that explains how to run the program. I am using the usage command provided:

USAGE:path/run.driverml.sh -w <path to the program> -i <input file> -f <reference genome> -p <prior file> [options]

        Required Arguments:

        -w/--pathway                    The path to the program.

        -i/--input                      The input mutation data file which is in Mutation Annotation Format (MAF). The MAF specifications could
                                        be seen on the manual of this application or NCI Wiki.

        -f/--reference_file             The human reference genome file for input data.

        -r/--reference_training         The human reference genome file for training data.
@HelloYiHan
Copy link
Owner

Hi, I'm sorry for my late reply.
You should add your own parameters. For example, nohup /AbsolutePath/DriverML-master/run.driverml.sh -w /AbsolutePath/DriverML-master -i example/UVM.txt -f /AbsolutePath/GRCh38.fa -r /AbsolutePath/hg19.fa -m 10 -o UVM-summary.txt > UVM-nohup.out. You need to replace the AbsolutePath with the path on your machine.

Best,
Yi Han

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants