annotate macros.xml @ 1:3f1ee30e39e9 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastq_dl commit 4f31c74918fc999e01c3e8bc1156ecd79efbc39b
author iuc
date Tue, 29 Apr 2025 06:04:35 +0000
parents 5e7401777990
children 41635d6d4738
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
5e7401777990 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastq_dl commit 8da9481e027494c5fd881564d01d9e2ab55fe305
iuc
parents:
diff changeset
1 <macros>
1
3f1ee30e39e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastq_dl commit 4f31c74918fc999e01c3e8bc1156ecd79efbc39b
iuc
parents: 0
diff changeset
2 <token name="@TOOL_VERSION@">3.0.1</token>
0
5e7401777990 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastq_dl commit 8da9481e027494c5fd881564d01d9e2ab55fe305
iuc
parents:
diff changeset
3 <token name="@VERSION_SUFFIX@">0</token>
5e7401777990 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastq_dl commit 8da9481e027494c5fd881564d01d9e2ab55fe305
iuc
parents:
diff changeset
4 <xml name="requirements">
5e7401777990 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastq_dl commit 8da9481e027494c5fd881564d01d9e2ab55fe305
iuc
parents:
diff changeset
5 <requirements>
5e7401777990 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastq_dl commit 8da9481e027494c5fd881564d01d9e2ab55fe305
iuc
parents:
diff changeset
6 <requirement type="package" version="@TOOL_VERSION@">fastq-dl</requirement>
5e7401777990 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastq_dl commit 8da9481e027494c5fd881564d01d9e2ab55fe305
iuc
parents:
diff changeset
7 </requirements>
5e7401777990 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastq_dl commit 8da9481e027494c5fd881564d01d9e2ab55fe305
iuc
parents:
diff changeset
8 </xml>
5e7401777990 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastq_dl commit 8da9481e027494c5fd881564d01d9e2ab55fe305
iuc
parents:
diff changeset
9 <token name="@FASTQ_DL_FOR_LOOP@"><![CDATA[
5e7401777990 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastq_dl commit 8da9481e027494c5fd881564d01d9e2ab55fe305
iuc
parents:
diff changeset
10 for accessionid in "\${accessionsarr[@]}"; do
5e7401777990 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastq_dl commit 8da9481e027494c5fd881564d01d9e2ab55fe305
iuc
parents:
diff changeset
11 fastq-dl --accession "\$accessionid"
5e7401777990 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastq_dl commit 8da9481e027494c5fd881564d01d9e2ab55fe305
iuc
parents:
diff changeset
12 --provider ena
5e7401777990 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastq_dl commit 8da9481e027494c5fd881564d01d9e2ab55fe305
iuc
parents:
diff changeset
13 --only-provider
5e7401777990 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastq_dl commit 8da9481e027494c5fd881564d01d9e2ab55fe305
iuc
parents:
diff changeset
14 $only_download_metadata
5e7401777990 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastq_dl commit 8da9481e027494c5fd881564d01d9e2ab55fe305
iuc
parents:
diff changeset
15 $group_by_experiment
5e7401777990 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastq_dl commit 8da9481e027494c5fd881564d01d9e2ab55fe305
iuc
parents:
diff changeset
16 $group_by_sample
5e7401777990 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastq_dl commit 8da9481e027494c5fd881564d01d9e2ab55fe305
iuc
parents:
diff changeset
17 &&
5e7401777990 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastq_dl commit 8da9481e027494c5fd881564d01d9e2ab55fe305
iuc
parents:
diff changeset
18 mv fastq-run-info.tsv logs/"\$accessionid"-fastq-run-info.tsv > /dev/null 2>&1 || true;
5e7401777990 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastq_dl commit 8da9481e027494c5fd881564d01d9e2ab55fe305
iuc
parents:
diff changeset
19 done
5e7401777990 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastq_dl commit 8da9481e027494c5fd881564d01d9e2ab55fe305
iuc
parents:
diff changeset
20 ]]></token>
5e7401777990 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastq_dl commit 8da9481e027494c5fd881564d01d9e2ab55fe305
iuc
parents:
diff changeset
21 <xml name="citations">
5e7401777990 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastq_dl commit 8da9481e027494c5fd881564d01d9e2ab55fe305
iuc
parents:
diff changeset
22 <citations>
5e7401777990 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastq_dl commit 8da9481e027494c5fd881564d01d9e2ab55fe305
iuc
parents:
diff changeset
23 <citation type="bibtex">
5e7401777990 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastq_dl commit 8da9481e027494c5fd881564d01d9e2ab55fe305
iuc
parents:
diff changeset
24 <![CDATA[
5e7401777990 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastq_dl commit 8da9481e027494c5fd881564d01d9e2ab55fe305
iuc
parents:
diff changeset
25 @software{petit2024fastq-dl,
5e7401777990 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastq_dl commit 8da9481e027494c5fd881564d01d9e2ab55fe305
iuc
parents:
diff changeset
26 author = {Robert A. Petit III and Micheal B. Hall and Gerry Tonkin-Hill and Jie Zhu and Timothy D. Read},
5e7401777990 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastq_dl commit 8da9481e027494c5fd881564d01d9e2ab55fe305
iuc
parents:
diff changeset
27 title = {{fastq-dl}: efficiently download FASTQ files from SRA or ENA repositories},
5e7401777990 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastq_dl commit 8da9481e027494c5fd881564d01d9e2ab55fe305
iuc
parents:
diff changeset
28 version = {2.0.2},
5e7401777990 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastq_dl commit 8da9481e027494c5fd881564d01d9e2ab55fe305
iuc
parents:
diff changeset
29 year = {2024},
5e7401777990 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastq_dl commit 8da9481e027494c5fd881564d01d9e2ab55fe305
iuc
parents:
diff changeset
30 url = {https://github.com/rpetit3/fastq-dl},
5e7401777990 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastq_dl commit 8da9481e027494c5fd881564d01d9e2ab55fe305
iuc
parents:
diff changeset
31 note = {Accessed: 2024-10-31}
5e7401777990 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastq_dl commit 8da9481e027494c5fd881564d01d9e2ab55fe305
iuc
parents:
diff changeset
32 }
5e7401777990 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastq_dl commit 8da9481e027494c5fd881564d01d9e2ab55fe305
iuc
parents:
diff changeset
33 ]]>
5e7401777990 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastq_dl commit 8da9481e027494c5fd881564d01d9e2ab55fe305
iuc
parents:
diff changeset
34 </citation>
5e7401777990 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastq_dl commit 8da9481e027494c5fd881564d01d9e2ab55fe305
iuc
parents:
diff changeset
35 </citations>
5e7401777990 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastq_dl commit 8da9481e027494c5fd881564d01d9e2ab55fe305
iuc
parents:
diff changeset
36 </xml>
5e7401777990 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastq_dl commit 8da9481e027494c5fd881564d01d9e2ab55fe305
iuc
parents:
diff changeset
37 <xml name="creators">
5e7401777990 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastq_dl commit 8da9481e027494c5fd881564d01d9e2ab55fe305
iuc
parents:
diff changeset
38 <creator>
5e7401777990 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastq_dl commit 8da9481e027494c5fd881564d01d9e2ab55fe305
iuc
parents:
diff changeset
39 <person givenName="Rand" familyName="Zoabi" url="https://github.com/RZ9082" identifier="https://orcid.org/0009-0000-2501-8053" />
5e7401777990 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastq_dl commit 8da9481e027494c5fd881564d01d9e2ab55fe305
iuc
parents:
diff changeset
40 </creator>
5e7401777990 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastq_dl commit 8da9481e027494c5fd881564d01d9e2ab55fe305
iuc
parents:
diff changeset
41 </xml>
5e7401777990 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastq_dl commit 8da9481e027494c5fd881564d01d9e2ab55fe305
iuc
parents:
diff changeset
42 </macros>