Mercurial > repos > iuc > vgp_chromosome_assignment
annotate chromosome_assignment.xml @ 0:9b52f4e2093b 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:42 +0000 |
| parents | |
| children |
| rev | line source |
|---|---|
|
0
9b52f4e2093b
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_chromosome_assignment" name="VGP Chromosome Assignment" version="@TOOL_VERSION@+galaxy0" profile="@PROFILE@"> |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
2 <description>Assign chromosome names to scaffolds</description> |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
3 <macros> |
|
9b52f4e2093b
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> |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
5 </macros> |
|
9b52f4e2093b
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"/> |
|
9b52f4e2093b
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"/> |
|
9b52f4e2093b
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[ |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
9 ## Create output directory |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
10 mkdir -p output_dir && |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
11 |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
12 ## Run chromosome_assignment |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
13 chromosome_assignment |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
14 -a '$agp' |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
15 -f '$fasta' |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
16 -o output_dir |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
17 |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
18 ]]></command> |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
19 <inputs> |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
20 <param name="agp" type="data" format="tabular" label="Haplotype AGP file" |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
21 help="Input haplotype AGP file without haplotig duplications." /> |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
22 <param name="fasta" type="data" format="fasta" label="Sorted FASTA file" |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
23 help="Input sorted FASTA file." /> |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
24 </inputs> |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
25 <outputs> |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
26 <data name="inter_chr" format="tabular" from_work_dir="output_dir/inter_chr.tsv" |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
27 label="${tool.name} on ${on_string}: Chromosome Mapping Table"/> |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
28 <data name="chr_level_fasta" format="fasta" from_work_dir="output_dir/hap.chr_level.fa" |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
29 label="${tool.name} on ${on_string}: Chromosome-level FASTA"/> |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
30 </outputs> |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
31 <tests> |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
32 <test expect_num_outputs="2"> |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
33 <param name="agp" value="test_hap1_unlocs_no_hapdups.agp" ftype="tabular"/> |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
34 <param name="fasta" value="test_hap1_sorted.fa" ftype="fasta"/> |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
35 <output name="inter_chr" file="expected_hap1_inter_chr.tsv" ftype="tabular"/> |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
36 <output name="chr_level_fasta" file="expected_hap1_chr_level.fa" ftype="fasta"/> |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
37 </test> |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
38 </tests> |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
39 <help><![CDATA[ |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
40 **What it does** |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
41 |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
42 chromosome_assignment substitutes scaffold identifiers with chromosome assignments, generating chromosome-level |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
43 sequences and mapping tables. |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
44 |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
45 The tool processes AGP metadata to: |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
46 |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
47 1. Identify sex chromosomes (X, Y, W, Z) and regular chromosomes |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
48 2. Filter autosomal scaffolds and assign sequential ``SUPER_`` identifiers |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
49 3. Rename sex-linked scaffolds with ``SUPER_X/Y/W/Z`` prefixes |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
50 4. Handle unlocalized contigs by replacing parent scaffold names with chromosomal assignments |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
51 5. Generate documentation mapping original names to new names |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
52 |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
53 **Inputs** |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
54 |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
55 - **Haplotype AGP file**: Tab-delimited AGP file with chromosome assignment metadata (typically hap.unlocs.no_hapdups.agp from split_agp) |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
56 - **Sorted FASTA file**: Sorted sequence file containing scaffolds/contigs (typically sorted using gfastats) |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
57 |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
58 **Outputs** |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
59 |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
60 - **Chromosome Mapping Table (inter_chr.tsv)**: Tab-separated file documenting all scaffold-to-chromosome name transformations |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
61 - **Chromosome-level FASTA**: FASTA file with sequences renamed to chromosome-level assignments |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
62 |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
63 **Workflow Context** |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
64 |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
65 This tool is typically run twice in the VGP curation pipeline, once for each haplotype: |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
66 |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
67 1. Run on Haplotype 1: Use Hap1 AGP and Hap1 sorted FASTA |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
68 2. Run on Haplotype 2: Use Hap2 AGP and Hap2 sorted FASTA |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
69 |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
70 **Input Preparation** |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
71 |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
72 Before running this tool: |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
73 |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
74 1. Run split_agp to split haplotypes and correct AGP files |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
75 2. Use gfastats to sort each haplotype with its corresponding AGP file: |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
76 - gfastats hap1.fa -a hap1_unlocs_no_hapdups.agp -o hap1.sorted.fa |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
77 - gfastats hap2.fa -a hap2_unlocs_no_hapdups.agp -o hap2.sorted.fa |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
78 |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
79 **Next Steps** |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
80 |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
81 After running chromosome_assignment on both haplotypes: |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
82 |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
83 1. Run MashMap to align the two chromosome-level haplotypes |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
84 2. Use sak_generation with the two inter_chr.tsv files and MashMap output to generate SAK instructions |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
85 |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
86 .. class:: infomark |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
87 |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
88 **More Information** |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
89 |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
90 This tool is part of the VGP ProcessCuration pipeline for preparing curated genome assemblies for submission. |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
91 |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
92 <expand macro="help_common"/> |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
93 ]]></help> |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
94 <expand macro="citations"/> |
|
9b52f4e2093b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/vgp_processcuration commit c25e877636f68656a0005883efb0f03b5ffd6b0c
iuc
parents:
diff
changeset
|
95 </tool> |
