Mercurial > repos > enis > gcp_batch_netcat
comparison gcp_batch_netcat.xml @ 1:cd36336ffaf6 draft
planemo upload for repository https://github.com/afgane/gcp_batch_netcat
author | enis |
---|---|
date | Tue, 15 Jul 2025 14:55:51 +0000 |
parents | 7852c0efafd7 |
children | 79160beab2a4 |
comparison
equal
deleted
inserted
replaced
0:7852c0efafd7 | 1:cd36336ffaf6 |
---|---|
6 <container type="docker">afgane/gcp-batch-netcat:0.1.0</container> | 6 <container type="docker">afgane/gcp-batch-netcat:0.1.0</container> |
7 </requirements> | 7 </requirements> |
8 <command><![CDATA[ | 8 <command><![CDATA[ |
9 python3 '$__tool_directory__/gcp_batch_netcat.py' --nfs_address '$nfs_address' --output '$output' --project '$project' --region '$region' --port '$port' | 9 python3 '$__tool_directory__/gcp_batch_netcat.py' --nfs_address '$nfs_address' --output '$output' --project '$project' --region '$region' --port '$port' |
10 ]]></command> | 10 ]]></command> |
11 </invoke> | |
12 <inputs> | 11 <inputs> |
13 <param name="nfs_address" type="text" label="NFS Server Address" optional="false"/> | 12 <param name="nfs_address" type="text" label="NFS Server Address" optional="false"/> |
14 <param name="project" type="text" label="GCP Project ID" optional="false"/> | 13 <param name="project" type="text" label="GCP Project ID" optional="false"/> |
15 <param name="region" type="text" label="GCP Region" optional="false"/> | 14 <param name="region" type="text" label="GCP Region" optional="false"/> |
16 <param name="port" type="integer" value="2049" label="Port"/> | 15 <param name="port" type="integer" value="2049" label="Port"/> |