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

change -i option in the help #5

Merged
merged 1 commit into from
Jan 5, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion hotspot.pl
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,9 @@ sub do_help {
HOTSPOT tool :
The goal of this tool is to compute variant frequency in a define datasets.
If information provided on duplicate sample, infers somatics status of the variants in this dataset.
!! A value for all the differents options is needed. !!

Option -i : INPUT : tabular file with sample name
Option -i : INPUT : tabular file with sample name (or \"None\" if not provided)
Option -d : INPUT : directory name where VCF/tabular file are located
Option -o : OUTPUT: directory name
Option -s : OUTPUT: directory name for variant_summary
Expand Down