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

patch krakentools beta_diversity.xml #6553

Merged
merged 11 commits into from
Nov 22, 2024
6 changes: 5 additions & 1 deletion tools/krakentools/beta_diversity.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,14 @@
<expand macro="requirements"/>
<expand macro="version"/>
<command detect_errors="exit_code"><![CDATA[
#for $input in $inputs
ln -s '$input' '${input.element_identifier}' &&
#end for

beta_diversity.py
--inputs
#for $input in $inputs
'$input'
'${input.element_identifier}'
bernt-matthias marked this conversation as resolved.
Show resolved Hide resolved
#end for
--type '$sample.type'
#if $sample.type == 'kreport'
Expand Down