Skip to content
New issue

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

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

Already on GitHub? # to your account

patch krakentools beta_diversity.xml #6553

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
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