Mercurial > repos > nml > gnali
annotate gnali.xml @ 2:49012f2b4c19 draft
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 5c43f6f0a86589e95959c4d57b60305c8aba548d"
author | nml |
---|---|
date | Mon, 20 Apr 2020 17:04:56 -0400 |
parents | 3bfa1089a2c4 |
children | 02d368ec14cf |
rev | line source |
---|---|
2
49012f2b4c19
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 5c43f6f0a86589e95959c4d57b60305c8aba548d"
nml
parents:
1
diff
changeset
|
1 <tool id="gnali" name="gNALI" version="0.1.1" python_template_version="3.6"> |
0
9ca12bc2be43
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 1bb63f9b717c62189682e43098042852fceb4d43"
nml
parents:
diff
changeset
|
2 <description>Get nonessential, LoF variants</description> |
9ca12bc2be43
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 1bb63f9b717c62189682e43098042852fceb4d43"
nml
parents:
diff
changeset
|
3 <requirements> |
2
49012f2b4c19
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 5c43f6f0a86589e95959c4d57b60305c8aba548d"
nml
parents:
1
diff
changeset
|
4 <requirement type="package" version="0.1.1">gnali</requirement> |
0
9ca12bc2be43
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 1bb63f9b717c62189682e43098042852fceb4d43"
nml
parents:
diff
changeset
|
5 </requirements> |
9ca12bc2be43
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 1bb63f9b717c62189682e43098042852fceb4d43"
nml
parents:
diff
changeset
|
6 <command detect_errors="exit_code"><![CDATA[ |
9ca12bc2be43
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 1bb63f9b717c62189682e43098042852fceb4d43"
nml
parents:
diff
changeset
|
7 gnali -i '$test_genes' -o output |
9ca12bc2be43
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 1bb63f9b717c62189682e43098042852fceb4d43"
nml
parents:
diff
changeset
|
8 ]]></command> |
9ca12bc2be43
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 1bb63f9b717c62189682e43098042852fceb4d43"
nml
parents:
diff
changeset
|
9 <inputs> |
9ca12bc2be43
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 1bb63f9b717c62189682e43098042852fceb4d43"
nml
parents:
diff
changeset
|
10 <param type="data" name="test_genes" label="Test genes" format="txt" help="Specify a list of genes as HGNC symbols, separated by newline characters" /> |
9ca12bc2be43
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 1bb63f9b717c62189682e43098042852fceb4d43"
nml
parents:
diff
changeset
|
11 <param type="select" name="database" label="Database" format="txt" help="Database to query" > |
9ca12bc2be43
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 1bb63f9b717c62189682e43098042852fceb4d43"
nml
parents:
diff
changeset
|
12 <option value="gnomad2.1.1" selected="true">gnomAD2.1.1 (GRCh37/hg19)</option> |
9ca12bc2be43
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 1bb63f9b717c62189682e43098042852fceb4d43"
nml
parents:
diff
changeset
|
13 </param> |
9ca12bc2be43
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 1bb63f9b717c62189682e43098042852fceb4d43"
nml
parents:
diff
changeset
|
14 </inputs> |
9ca12bc2be43
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 1bb63f9b717c62189682e43098042852fceb4d43"
nml
parents:
diff
changeset
|
15 <outputs> |
9ca12bc2be43
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 1bb63f9b717c62189682e43098042852fceb4d43"
nml
parents:
diff
changeset
|
16 <data name="basic_output" label="gNALI basic output" format="txt" from_work_dir="output/Nonessential_Host_Genes_\(Basic\).txt" /> |
9ca12bc2be43
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 1bb63f9b717c62189682e43098042852fceb4d43"
nml
parents:
diff
changeset
|
17 <data name="detailed_output" label="gNALI detailed output" format="txt" from_work_dir="output/Nonessential_Host_Genes_\(Detailed\).txt" /> |
9ca12bc2be43
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 1bb63f9b717c62189682e43098042852fceb4d43"
nml
parents:
diff
changeset
|
18 </outputs> |
9ca12bc2be43
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 1bb63f9b717c62189682e43098042852fceb4d43"
nml
parents:
diff
changeset
|
19 <tests> |
9ca12bc2be43
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 1bb63f9b717c62189682e43098042852fceb4d43"
nml
parents:
diff
changeset
|
20 <test> |
9ca12bc2be43
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 1bb63f9b717c62189682e43098042852fceb4d43"
nml
parents:
diff
changeset
|
21 <param name="test_genes" value="test_genes.txt"/> |
9ca12bc2be43
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 1bb63f9b717c62189682e43098042852fceb4d43"
nml
parents:
diff
changeset
|
22 <output name="basic_output"> |
9ca12bc2be43
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 1bb63f9b717c62189682e43098042852fceb4d43"
nml
parents:
diff
changeset
|
23 <assert_contents> |
2
49012f2b4c19
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 5c43f6f0a86589e95959c4d57b60305c8aba548d"
nml
parents:
1
diff
changeset
|
24 <has_text text="HGNC_Symbol" /> |
0
9ca12bc2be43
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 1bb63f9b717c62189682e43098042852fceb4d43"
nml
parents:
diff
changeset
|
25 <has_text text="CCR5" /> |
9ca12bc2be43
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 1bb63f9b717c62189682e43098042852fceb4d43"
nml
parents:
diff
changeset
|
26 </assert_contents> |
9ca12bc2be43
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 1bb63f9b717c62189682e43098042852fceb4d43"
nml
parents:
diff
changeset
|
27 </output> |
9ca12bc2be43
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 1bb63f9b717c62189682e43098042852fceb4d43"
nml
parents:
diff
changeset
|
28 <output name="detailed_output"> |
9ca12bc2be43
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 1bb63f9b717c62189682e43098042852fceb4d43"
nml
parents:
diff
changeset
|
29 <assert_contents> |
9ca12bc2be43
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 1bb63f9b717c62189682e43098042852fceb4d43"
nml
parents:
diff
changeset
|
30 <has_text_matching expression="Chromosome\tPosition_Start\tRSID\tReference_Allele\tAlternate_Allele\tScore\tQuality\tLoF_Variant\tLoF_Annotation\tHGNC_Symbol\tEnsembl Code" /> |
9ca12bc2be43
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 1bb63f9b717c62189682e43098042852fceb4d43"
nml
parents:
diff
changeset
|
31 <has_text_matching expression="3\t46414935\trs938517991\tAT\tA\t9974.16\tPASS\t-\tframeshift_variant\tCCR5\tENSG00000160791" /> |
9ca12bc2be43
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 1bb63f9b717c62189682e43098042852fceb4d43"
nml
parents:
diff
changeset
|
32 <has_text_matching expression="3\t46414943\trs775750898\tTACAGTCAGTATCAATTCTGGAAGAATTTCCAG\tT\t74264261.52\tPASS\t-\tframeshift_variant\tCCR5\tENSG00000160791" /> |
9ca12bc2be43
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 1bb63f9b717c62189682e43098042852fceb4d43"
nml
parents:
diff
changeset
|
33 <has_text_matching expression="3\t46415066\trs146972949\tC\tT\t120238.89\tPASS\tT\tstop_gained\tCCR5\tENSG00000160791" /> |
9ca12bc2be43
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 1bb63f9b717c62189682e43098042852fceb4d43"
nml
parents:
diff
changeset
|
34 <has_text_matching expression="3\t46414943\trs775750898\tTACAGTCAGTATCAATTCTGGAAGAATTTCCAG\tT\t1947603.90\tPASS\t-\tframeshift_variant\tCCR5\tENSG00000160791" /> |
9ca12bc2be43
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 1bb63f9b717c62189682e43098042852fceb4d43"
nml
parents:
diff
changeset
|
35 </assert_contents> |
9ca12bc2be43
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 1bb63f9b717c62189682e43098042852fceb4d43"
nml
parents:
diff
changeset
|
36 </output> |
9ca12bc2be43
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 1bb63f9b717c62189682e43098042852fceb4d43"
nml
parents:
diff
changeset
|
37 </test> |
2
49012f2b4c19
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 5c43f6f0a86589e95959c4d57b60305c8aba548d"
nml
parents:
1
diff
changeset
|
38 <test> |
49012f2b4c19
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 5c43f6f0a86589e95959c4d57b60305c8aba548d"
nml
parents:
1
diff
changeset
|
39 <param name="test_genes" value="patch.txt"/> |
49012f2b4c19
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 5c43f6f0a86589e95959c4d57b60305c8aba548d"
nml
parents:
1
diff
changeset
|
40 <output name="basic_output"> |
49012f2b4c19
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 5c43f6f0a86589e95959c4d57b60305c8aba548d"
nml
parents:
1
diff
changeset
|
41 <assert_contents> |
49012f2b4c19
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 5c43f6f0a86589e95959c4d57b60305c8aba548d"
nml
parents:
1
diff
changeset
|
42 <has_text text="HGNC_Symbol" /> |
49012f2b4c19
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 5c43f6f0a86589e95959c4d57b60305c8aba548d"
nml
parents:
1
diff
changeset
|
43 <has_text text="CCR5" /> |
49012f2b4c19
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 5c43f6f0a86589e95959c4d57b60305c8aba548d"
nml
parents:
1
diff
changeset
|
44 <has_text text="RPEL1" /> |
49012f2b4c19
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 5c43f6f0a86589e95959c4d57b60305c8aba548d"
nml
parents:
1
diff
changeset
|
45 <has_text text="OTOGL" /> |
49012f2b4c19
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 5c43f6f0a86589e95959c4d57b60305c8aba548d"
nml
parents:
1
diff
changeset
|
46 <has_text text="PKD1L2" /> |
49012f2b4c19
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 5c43f6f0a86589e95959c4d57b60305c8aba548d"
nml
parents:
1
diff
changeset
|
47 <has_text text="COL6A5" /> |
49012f2b4c19
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 5c43f6f0a86589e95959c4d57b60305c8aba548d"
nml
parents:
1
diff
changeset
|
48 <has_text text="DCP1A" /> |
49012f2b4c19
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 5c43f6f0a86589e95959c4d57b60305c8aba548d"
nml
parents:
1
diff
changeset
|
49 <has_text text="KRT10" /> |
49012f2b4c19
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 5c43f6f0a86589e95959c4d57b60305c8aba548d"
nml
parents:
1
diff
changeset
|
50 </assert_contents> |
49012f2b4c19
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 5c43f6f0a86589e95959c4d57b60305c8aba548d"
nml
parents:
1
diff
changeset
|
51 </output> |
49012f2b4c19
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 5c43f6f0a86589e95959c4d57b60305c8aba548d"
nml
parents:
1
diff
changeset
|
52 <output name="detailed_output"> |
49012f2b4c19
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 5c43f6f0a86589e95959c4d57b60305c8aba548d"
nml
parents:
1
diff
changeset
|
53 <assert_contents> |
49012f2b4c19
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 5c43f6f0a86589e95959c4d57b60305c8aba548d"
nml
parents:
1
diff
changeset
|
54 <has_text_matching expression="Chromosome\tPosition_Start\tRSID\tReference_Allele\tAlternate_Allele\tScore\tQuality\tLoF_Variant\tLoF_Annotation\tHGNC_Symbol\tEnsembl Code" /> |
49012f2b4c19
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 5c43f6f0a86589e95959c4d57b60305c8aba548d"
nml
parents:
1
diff
changeset
|
55 <has_text_matching expression="10\t105005931\trs61746130\tC\tT\t4480914.72\tPASS\tT\tstop_gained\tRPEL1\tENSG00000235376" /> |
49012f2b4c19
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 5c43f6f0a86589e95959c4d57b60305c8aba548d"
nml
parents:
1
diff
changeset
|
56 <has_text_matching expression="12\t80770908\trs1222716200\tC\tT\t4175.99\tPASS\tT\tstop_gained\tOTOGL\tENSG00000165899" /> |
49012f2b4c19
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 5c43f6f0a86589e95959c4d57b60305c8aba548d"
nml
parents:
1
diff
changeset
|
57 <has_text_matching expression="16\t81242148\trs752607955\tGTT\tG\t218022105.25\tPASS\t-\tframeshift_variant\tPKD1L2\tENSG00000166473" /> |
49012f2b4c19
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 5c43f6f0a86589e95959c4d57b60305c8aba548d"
nml
parents:
1
diff
changeset
|
58 <has_text_matching expression="16\t81242198\trs7499011\tG\tA\t124146106.95\tPASS\tA\tstop_gained\tPKD1L2\tENSG00000166473" /> |
49012f2b4c19
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 5c43f6f0a86589e95959c4d57b60305c8aba548d"
nml
parents:
1
diff
changeset
|
59 <has_text_matching expression="3\t130114290\trs115380050\tC\tT\t105366.23\tPASS\tT\tstop_gained\tCOL6A5\tENSG00000172752" /> |
49012f2b4c19
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 5c43f6f0a86589e95959c4d57b60305c8aba548d"
nml
parents:
1
diff
changeset
|
60 <has_text_matching expression="3\t130139996\trs139339125\tG\tT\t576280.08\tPASS\tT\tsplice_acceptor_variant\tCOL6A5\tENSG00000172752" /> |
49012f2b4c19
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 5c43f6f0a86589e95959c4d57b60305c8aba548d"
nml
parents:
1
diff
changeset
|
61 <has_text_matching expression="3\t130159309\t.\tAAT\tA\t3284.41\tPASS\t-\tframeshift_variant\tCOL6A5\tENSG00000172752" /> |
49012f2b4c19
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 5c43f6f0a86589e95959c4d57b60305c8aba548d"
nml
parents:
1
diff
changeset
|
62 <has_text_matching expression="3\t130159330\trs2201717\tC\tT\t8770317.31\tPASS\tT\tstop_gained\tCOL6A5\tENSG00000172752" /> |
49012f2b4c19
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 5c43f6f0a86589e95959c4d57b60305c8aba548d"
nml
parents:
1
diff
changeset
|
63 <has_text_matching expression="3\t130187662\trs115375867\tG\tT\t1785133.61\tPASS\tT\tstop_gained\tCOL6A5\tENSG00000172752" /> |
49012f2b4c19
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 5c43f6f0a86589e95959c4d57b60305c8aba548d"
nml
parents:
1
diff
changeset
|
64 <has_text_matching expression="3\t130190720\trs11355796\tAT\tA\t157372019.43\tPASS\t-\tframeshift_variant\tCOL6A5\tENSG00000172752" /> |
49012f2b4c19
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 5c43f6f0a86589e95959c4d57b60305c8aba548d"
nml
parents:
1
diff
changeset
|
65 <has_text_matching expression="3\t53324819\trs782498227\tATGGCAC\tA\t304085671.95\tPASS\t-\tsplice_donor_variant&intron_variant\tDCP1A\tENSG00000162290" /> |
49012f2b4c19
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 5c43f6f0a86589e95959c4d57b60305c8aba548d"
nml
parents:
1
diff
changeset
|
66 <has_text_matching expression="3\t46414935\trs938517991\tAT\tA\t9974.16\tPASS\t-\tframeshift_variant\tCCR5\tENSG00000160791" /> |
49012f2b4c19
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 5c43f6f0a86589e95959c4d57b60305c8aba548d"
nml
parents:
1
diff
changeset
|
67 <has_text_matching expression="3\t46414943\trs775750898\tTACAGTCAGTATCAATTCTGGAAGAATTTCCAG\tT\t74264261.52\tPASS\t-\tframeshift_variant\tCCR5\tENSG00000160791" /> |
49012f2b4c19
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 5c43f6f0a86589e95959c4d57b60305c8aba548d"
nml
parents:
1
diff
changeset
|
68 <has_text_matching expression="3\t46415066\trs146972949\tC\tT\t120238.89\tPASS\tT\tstop_gained\tCCR5\tENSG00000160791" /> |
49012f2b4c19
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 5c43f6f0a86589e95959c4d57b60305c8aba548d"
nml
parents:
1
diff
changeset
|
69 <has_text_matching expression="16\t81242148\trs752607955\tGTT\tG\t12370921.18\tPASS\t-\tframeshift_variant\tPKD1L2\tENSG00000166473" /> |
49012f2b4c19
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 5c43f6f0a86589e95959c4d57b60305c8aba548d"
nml
parents:
1
diff
changeset
|
70 <has_text_matching expression="16\t81242198\trs7499011\tG\tA\t7423817.85\tPASS\tA\tstop_gained\tPKD1L2\tENSG00000166473" /> |
49012f2b4c19
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 5c43f6f0a86589e95959c4d57b60305c8aba548d"
nml
parents:
1
diff
changeset
|
71 <has_text_matching expression="17\t38975327\trs764791942\tT\tTAGCCGCCGCC\t282793.87\tPASS\tAGCCGCCGCC\tframeshift_variant\tKRT10\tENSG00000186395" /> |
49012f2b4c19
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 5c43f6f0a86589e95959c4d57b60305c8aba548d"
nml
parents:
1
diff
changeset
|
72 <has_text_matching expression="17\t38975329\trs762667965\tG\tGAGCTT\t238711.24\tPASS\tAGCTT\tframeshift_variant\tKRT10\tENSG00000186395" /> |
49012f2b4c19
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 5c43f6f0a86589e95959c4d57b60305c8aba548d"
nml
parents:
1
diff
changeset
|
73 <has_text_matching expression="3\t130159330\trs2201717\tC\tT\t165579.83\tPASS\tT\tstop_gained\tCOL6A5\tENSG00000172752" /> |
49012f2b4c19
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 5c43f6f0a86589e95959c4d57b60305c8aba548d"
nml
parents:
1
diff
changeset
|
74 <has_text_matching expression="3\t130190720\trs11355796\tAT\tA\t14066881.99\tPASS\t-\tframeshift_variant\tCOL6A5\tENSG00000172752" /> |
49012f2b4c19
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 5c43f6f0a86589e95959c4d57b60305c8aba548d"
nml
parents:
1
diff
changeset
|
75 <has_text_matching expression="3\t53324819\trs782498227\tATGGCAC\tA\t17202744.04\tPASS\t-\tsplice_donor_variant&intron_variant\tDCP1A\tENSG00000162290" /> |
49012f2b4c19
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 5c43f6f0a86589e95959c4d57b60305c8aba548d"
nml
parents:
1
diff
changeset
|
76 <has_text_matching expression="3\t46414943\trs775750898\tTACAGTCAGTATCAATTCTGGAAGAATTTCCAG\tT\t1947603.90\tPASS\t-\tframeshift_variant\tCCR5\tENSG00000160791" /> |
49012f2b4c19
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 5c43f6f0a86589e95959c4d57b60305c8aba548d"
nml
parents:
1
diff
changeset
|
77 </assert_contents> |
49012f2b4c19
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 5c43f6f0a86589e95959c4d57b60305c8aba548d"
nml
parents:
1
diff
changeset
|
78 </output> |
49012f2b4c19
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 5c43f6f0a86589e95959c4d57b60305c8aba548d"
nml
parents:
1
diff
changeset
|
79 </test> |
0
9ca12bc2be43
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 1bb63f9b717c62189682e43098042852fceb4d43"
nml
parents:
diff
changeset
|
80 </tests> |
9ca12bc2be43
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 1bb63f9b717c62189682e43098042852fceb4d43"
nml
parents:
diff
changeset
|
81 <help><![CDATA[ |
9ca12bc2be43
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 1bb63f9b717c62189682e43098042852fceb4d43"
nml
parents:
diff
changeset
|
82 |
9ca12bc2be43
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 1bb63f9b717c62189682e43098042852fceb4d43"
nml
parents:
diff
changeset
|
83 gNALI - Gene Nonessentiality and Loss-of-function Identifier |
9ca12bc2be43
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 1bb63f9b717c62189682e43098042852fceb4d43"
nml
parents:
diff
changeset
|
84 ============================================================ |
9ca12bc2be43
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 1bb63f9b717c62189682e43098042852fceb4d43"
nml
parents:
diff
changeset
|
85 |
9ca12bc2be43
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 1bb63f9b717c62189682e43098042852fceb4d43"
nml
parents:
diff
changeset
|
86 gNALI is a tool to find (high confidence) potential loss-of-function variants of genes. |
9ca12bc2be43
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 1bb63f9b717c62189682e43098042852fceb4d43"
nml
parents:
diff
changeset
|
87 |
9ca12bc2be43
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 1bb63f9b717c62189682e43098042852fceb4d43"
nml
parents:
diff
changeset
|
88 |
9ca12bc2be43
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 1bb63f9b717c62189682e43098042852fceb4d43"
nml
parents:
diff
changeset
|
89 Authors |
9ca12bc2be43
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 1bb63f9b717c62189682e43098042852fceb4d43"
nml
parents:
diff
changeset
|
90 ------- |
9ca12bc2be43
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 1bb63f9b717c62189682e43098042852fceb4d43"
nml
parents:
diff
changeset
|
91 |
9ca12bc2be43
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 1bb63f9b717c62189682e43098042852fceb4d43"
nml
parents:
diff
changeset
|
92 gNALI was developed by Xia Liu. |
9ca12bc2be43
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 1bb63f9b717c62189682e43098042852fceb4d43"
nml
parents:
diff
changeset
|
93 |
9ca12bc2be43
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 1bb63f9b717c62189682e43098042852fceb4d43"
nml
parents:
diff
changeset
|
94 |
9ca12bc2be43
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 1bb63f9b717c62189682e43098042852fceb4d43"
nml
parents:
diff
changeset
|
95 Usage |
9ca12bc2be43
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 1bb63f9b717c62189682e43098042852fceb4d43"
nml
parents:
diff
changeset
|
96 ----- |
9ca12bc2be43
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 1bb63f9b717c62189682e43098042852fceb4d43"
nml
parents:
diff
changeset
|
97 |
9ca12bc2be43
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 1bb63f9b717c62189682e43098042852fceb4d43"
nml
parents:
diff
changeset
|
98 Accepted input formats: csv, txt, tsv |
9ca12bc2be43
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 1bb63f9b717c62189682e43098042852fceb4d43"
nml
parents:
diff
changeset
|
99 |
9ca12bc2be43
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 1bb63f9b717c62189682e43098042852fceb4d43"
nml
parents:
diff
changeset
|
100 Your input file should contain a list of genes (as HGNC symbols) to test, separated by newline characters. |
9ca12bc2be43
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 1bb63f9b717c62189682e43098042852fceb4d43"
nml
parents:
diff
changeset
|
101 It should not contain any blank lines until the end of the list. |
9ca12bc2be43
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 1bb63f9b717c62189682e43098042852fceb4d43"
nml
parents:
diff
changeset
|
102 |
9ca12bc2be43
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 1bb63f9b717c62189682e43098042852fceb4d43"
nml
parents:
diff
changeset
|
103 There will be two output files: |
9ca12bc2be43
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 1bb63f9b717c62189682e43098042852fceb4d43"
nml
parents:
diff
changeset
|
104 |
9ca12bc2be43
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 1bb63f9b717c62189682e43098042852fceb4d43"
nml
parents:
diff
changeset
|
105 1. A basic output file, containing genes (as HGNC symbols) with nonessential, loss-of-function variants. |
9ca12bc2be43
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 1bb63f9b717c62189682e43098042852fceb4d43"
nml
parents:
diff
changeset
|
106 2. A detailed output file, with more information on the variants. |
9ca12bc2be43
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 1bb63f9b717c62189682e43098042852fceb4d43"
nml
parents:
diff
changeset
|
107 |
9ca12bc2be43
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 1bb63f9b717c62189682e43098042852fceb4d43"
nml
parents:
diff
changeset
|
108 ]]></help> |
9ca12bc2be43
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 1bb63f9b717c62189682e43098042852fceb4d43"
nml
parents:
diff
changeset
|
109 <citations> |
9ca12bc2be43
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 1bb63f9b717c62189682e43098042852fceb4d43"
nml
parents:
diff
changeset
|
110 <citation type="bibtex"> |
9ca12bc2be43
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 1bb63f9b717c62189682e43098042852fceb4d43"
nml
parents:
diff
changeset
|
111 @misc{GitHubgnali, |
9ca12bc2be43
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 1bb63f9b717c62189682e43098042852fceb4d43"
nml
parents:
diff
changeset
|
112 author = {Xia, Liu}, |
9ca12bc2be43
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 1bb63f9b717c62189682e43098042852fceb4d43"
nml
parents:
diff
changeset
|
113 year = {2020}, |
9ca12bc2be43
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 1bb63f9b717c62189682e43098042852fceb4d43"
nml
parents:
diff
changeset
|
114 title = {gnali}, |
9ca12bc2be43
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 1bb63f9b717c62189682e43098042852fceb4d43"
nml
parents:
diff
changeset
|
115 publisher = {phac-nml}, |
9ca12bc2be43
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 1bb63f9b717c62189682e43098042852fceb4d43"
nml
parents:
diff
changeset
|
116 journal = {GitHub repository}, |
9ca12bc2be43
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 1bb63f9b717c62189682e43098042852fceb4d43"
nml
parents:
diff
changeset
|
117 url = {https://github.com/phac-nml/gnali/}, |
9ca12bc2be43
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 1bb63f9b717c62189682e43098042852fceb4d43"
nml
parents:
diff
changeset
|
118 }</citation> |
9ca12bc2be43
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 1bb63f9b717c62189682e43098042852fceb4d43"
nml
parents:
diff
changeset
|
119 </citations> |
9ca12bc2be43
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 1bb63f9b717c62189682e43098042852fceb4d43"
nml
parents:
diff
changeset
|
120 </tool> |
2
49012f2b4c19
"planemo upload for repository https://github.com/phac-nml/gnali/ commit 5c43f6f0a86589e95959c4d57b60305c8aba548d"
nml
parents:
1
diff
changeset
|
121 |