galaxyproject / tools-iuc Public
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
Add Beagle tool #3760
Add Beagle tool #3760
Conversation
tools/beagle/beagle.xml
Outdated
| help="It specifies a VCF file containing genotypes for the study samples. | ||
| Each VCF record must contain a GT (genotype) format field"/> | ||
| <section name="optional_inputs" title="Optional input files" expanded="true"> | ||
| <param argument="ref" type="data" format="vcf,binary" optional="true" label="Bref3 or VCF file with phased genotypes" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
binary is bad, what is that? Do we need to add a new filetype?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can also just support VCF.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can try to include a new filetype; the binary format is bref3 https://faculty.washington.edu/browning/beagle/bref3.14May18.pdf.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tools/beagle/beagle.xml
Outdated
| #end if | ||
| beagle | ||
| gt='${gt}' | ||
| #if $optional_inputs.ref and $optional_inputs.ref.ext == 'binary' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we do need to get rid of the binary here ... add a new filetype?
* add_beagle * Fix boolean options * Fix tests * Fix test 1 * Include bref3 format and log output option * Include bref3 datatype * Fix tests
FOR CONTRIBUTOR:
This tool was requested by a user in GHelp: original post.
The text was updated successfully, but these errors were encountered: