We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
def args = task.ext.args ?: '' def prefix = task.ext.prefix ?: "${meta.id}" def arg_blacklist = blacklist ? "-b $blacklist" : "-f blacklist" def arg_known_fusions = known_fusions ? "-k $known_fusions" : "" def arg_cytobands = cytobands ? "-d $cytobands" : "" def arg_protein_domains = protein_domains ? "-p $protein_domains" : ""
No response
The text was updated successfully, but these errors were encountered:
rannick
No branches or pull requests
Description of the bug
Command used and terminal output
Relevant files
No response
System information
No response
The text was updated successfully, but these errors were encountered: