Mercurial > repos > enis > gcp_batch_netcat
comparison gcp_batch_netcat.xml @ 2:79160beab2a4 draft
planemo upload for repository https://github.com/afgane/gcp_batch_netcat
author | enis |
---|---|
date | Tue, 15 Jul 2025 21:10:05 +0000 |
parents | cd36336ffaf6 |
children | 2ff4a39ea41b |
comparison
equal
deleted
inserted
replaced
1:cd36336ffaf6 | 2:79160beab2a4 |
---|---|
4 <requirement type="package" version="438.0.0">google-cloud-sdk</requirement> | 4 <requirement type="package" version="438.0.0">google-cloud-sdk</requirement> |
5 <requirement type="package" version="0.7.1">netcat</requirement> | 5 <requirement type="package" version="0.7.1">netcat</requirement> |
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' --service_account_key '$service_account_key' |
10 ]]></command> | 10 ]]></command> |
11 <inputs> | 11 <inputs> |
12 <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"/> |
13 <param name="project" type="text" label="GCP Project ID" optional="false"/> | 13 <param name="project" type="text" label="GCP Project ID" optional="false"/> |
14 <param name="region" type="text" label="GCP Region" optional="false"/> | 14 <param name="region" type="text" label="GCP Region" optional="false"/> |
15 <param name="port" type="integer" value="2049" label="Port"/> | 15 <param name="port" type="integer" value="2049" label="Port"/> |
16 <param name="service_account_key" type="data" format="json" label="GCP Service Account Key File" help="JSON key file for GCP service account with Batch API permissions"/> | |
16 </inputs> | 17 </inputs> |
17 <outputs> | 18 <outputs> |
18 <data name="output" format="txt"/> | 19 <data name="output" format="txt"/> |
19 </outputs> | 20 </outputs> |
20 <help><![CDATA[ | 21 <help><![CDATA[ |