Skip to content

Commit

Permalink
fix(tools): icfree, rm conda_activate.log
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-gricourt committed Sep 12, 2024
1 parent 08614ac commit bb00e33
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tools/icfree/instructor.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@
</macros>
<expand macro="requirements"/>
<command detect_errors="exit_code"><![CDATA[
mkdir -p outdir &&
python -m icfree.instructor
'$source_plate_file'
'$destination_plate_file'
'instructions.csv'
'outdir/instructions.csv'
--source_plate_type '$adv.source_plate_type'
#if str($adv.max_transfer_volume) != ''
--max_transfer_volume '$adv.max_transfer_volume'
Expand All @@ -35,7 +36,7 @@
</inputs>
<outputs>
<collection name="output_instructor" type="list" label="${tool.name} - Instructions">
<discover_datasets pattern="__designation_and_ext__" format="csv" directory="."/>
<discover_datasets pattern="__designation_and_ext__" format="csv" directory="outdir"/>
</collection>
</outputs>
<tests>
Expand Down

0 comments on commit bb00e33

Please sign in to comment.