Mercurial > repos > iuc > vgp_split_agp
annotate split_agp.xml @ 0:fc30c955f2ac draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
| author | iuc |
|---|---|
| date | Wed, 07 Jan 2026 12:48:27 +0000 |
| parents | |
| children |
| rev | line source |
|---|---|
|
0
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
1 <tool id="vgp_split_agp" name="VGP Split AGP" version="@TOOL_VERSION@+galaxy0" profile="@PROFILE@"> |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
2 <description>Correct AGP files and split haplotypes</description> |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
3 <macros> |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
4 <import>macros.xml</import> |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
5 </macros> |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
6 <expand macro="xrefs"/> |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
7 <expand macro="requirements"/> |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
8 <command detect_errors="exit_code"><![CDATA[ |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
9 split_agp |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
10 -f '$fasta' |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
11 -a '$agp' |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
12 -o './' |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
13 ]]></command> |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
14 <inputs> |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
15 <param name="fasta" type="data" format="fasta,fasta.gz" label="Assembly FASTA file" |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
16 help="Input assembly FASTA file containing both haplotypes." /> |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
17 <param name="agp" type="data" format="tabular" label="Curated AGP file" |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
18 help="Input curated AGP file created in PretextView with haplotype markers (Hap_1/H1 and Hap_2/H2)." /> |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
19 </inputs> |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
20 <outputs> |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
21 <data name="corrected_agp" format="tabular" from_work_dir="corrected.agp" |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
22 label="${tool.name} on ${on_string}: Corrected AGP"/> |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
23 |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
24 <!-- Haplotype 1 outputs --> |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
25 <data name="hap1_agp" format="tabular" from_work_dir="Hap_1/hap1.agp" label="${tool.name} on ${on_string}: Hap1 AGP"/> |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
26 <data name="hap1_unlocs_no_hapdups" format="tabular" from_work_dir="Hap_1/hap.unlocs.no_hapdups.agp" label="${tool.name} on ${on_string}: Hap1 Unlocs without haplotig AGP"/> |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
27 <data name="hap1_haplotigs" format="tabular" from_work_dir="Hap_1/haplotigs.agp" label="${tool.name} on ${on_string}: Hap1 Haplotigs AGP"/> |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
28 |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
29 <!-- Haplotype 2 outputs --> |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
30 <data name="hap2_agp" format="tabular" from_work_dir="Hap_2/hap2.agp" label="${tool.name} on ${on_string}: Hap2 AGP"/> |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
31 <data name="hap2_unlocs_no_hapdups" format="tabular" from_work_dir="Hap_2/hap.unlocs.no_hapdups.agp" label="${tool.name} on ${on_string}: Hap2 Unlocs without haplotigs AGP"/> |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
32 <data name="hap2_haplotigs" format="tabular" from_work_dir="Hap_2/haplotigs.agp" label="${tool.name} on ${on_string}: Hap2 Haplotigs AGP"/> |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
33 </outputs> |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
34 <tests> |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
35 <test expect_num_outputs="7"> |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
36 <param name="fasta" value="test_input.fasta.gz" ftype="fasta.gz"/> |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
37 <param name="agp" value="test_input.agp" ftype="tabular"/> |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
38 <output name="corrected_agp" file="expected_corrected.agp" ftype="tabular"/> |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
39 <output name="hap1_agp" file="expected_hap1.agp" ftype="tabular"/> |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
40 <output name="hap1_unlocs_no_hapdups" file="expected_hap1_unlocs_no_hapdups.agp" ftype="tabular"/> |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
41 <output name="hap1_haplotigs" file="expected_hap1_haplotigs.agp" ftype="tabular"/> |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
42 <output name="hap2_agp" file="expected_hap2.agp" ftype="tabular"/> |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
43 <output name="hap2_unlocs_no_hapdups" file="expected_hap2_unlocs_no_hapdups.agp" ftype="tabular"/> |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
44 <output name="hap2_haplotigs" file="expected_hap2_haplotigs.agp" ftype="tabular"/> |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
45 </test> |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
46 </tests> |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
47 <help><![CDATA[ |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
48 **What it does** |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
49 |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
50 split_agp corrects AGP files for sequence length discrepancies, splits haplotypes into separate files, |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
51 assigns unlocalized sequences, and removes haplotig duplications. |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
52 |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
53 This tool performs three sequential operations: |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
54 |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
55 1. **AGPcorrect**: Validates sequence lengths from FASTA against AGP coordinates, adjusting start/end positions |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
56 2. **hap_split**: Segregates lines containing haplotype markers into separate directories (Hap_1 and Hap_2) |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
57 3. **unloc**: Processes metadata tags, renames unloc scaffolds with sequential numbering, removes haplotigs |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
58 |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
59 **Inputs** |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
60 |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
61 - **Assembly FASTA file**: FASTA file containing both haplotypes (may be gzip-compressed) |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
62 - **Curated AGP file**: Tab-delimited AGP file with haplotype markers (Hap_1/H1 or Hap_2/H2) |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
63 |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
64 **Outputs** |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
65 |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
66 - **Corrected AGP**: Length-validated AGP file with corrected coordinates |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
67 - **Hap1 AGP**: Haplotype 1 AGP file |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
68 - **Hap1 Unlocs No Hapdups**: Haplotype 1 AGP with unlocalized sequences assigned and haplotigs removed |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
69 - **Hap1 Haplotigs**: Removed duplicate haplotigs from Haplotype 1 |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
70 - **Hap2 AGP**: Haplotype 2 AGP file |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
71 - **Hap2 Unlocs No Hapdups**: Haplotype 2 AGP with unlocalized sequences assigned and haplotigs removed |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
72 - **Hap2 Haplotigs**: Removed duplicate haplotigs from Haplotype 2 |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
73 |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
74 **Input Naming Requirements** |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
75 |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
76 ⚠️ **Important**: Scaffolds in the input FASTA must follow this naming convention: |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
77 - Haplotype 1: H1.scaffold_X |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
78 - Haplotype 2: H2.scaffold_X |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
79 |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
80 This naming pattern is required before manual curation in PretextView. |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
81 |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
82 **Next Steps** |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
83 |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
84 After running split_agp, use the gfastats tool to sort each haplotype: |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
85 |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
86 1. Sort Haplotype 1: gfastats with Hap1 Unlocs No Hapdups AGP |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
87 2. Sort Haplotype 2: gfastats with Hap2 Unlocs No Hapdups AGP |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
88 |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
89 Then proceed to the chromosome_assignment tool to assign chromosome-level names. |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
90 |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
91 .. class:: infomark |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
92 |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
93 **More Information** |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
94 |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
95 This tool is part of the VGP ProcessCuration pipeline for preparing curated genome assemblies for submission. |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
96 |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
97 <expand macro="help_common"/> |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
98 ]]></help> |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
99 <expand macro="citations"/> |
|
fc30c955f2ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
100 </tool> |
