Mercurial > repos > yhoogstrate > segmentation_fold
annotate utils_add-read-counts.xml @ 6:4d16cf9414cf draft default tip
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/segmentation_fold commit 3a3c1d069e0a079d8ea7c0b4ac856ef24141b1aa
author | erasmus-medical-center |
---|---|
date | Fri, 24 Feb 2017 04:18:22 -0500 |
parents | b7cf9b172cfe |
children |
rev | line source |
---|---|
4
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
1 <tool id="smf_utils_add-read-counts" name="add-read-counts" version="@VERSION@-3"> |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
2 <description>Annotate sequences by adding the read counts from a bam file, within a region contained in the fasta header of the dbn file</description> |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
3 |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
4 <macros> |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
5 <import>macros.xml</import> |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
6 </macros> |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
7 |
6
4d16cf9414cf
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/segmentation_fold commit 3a3c1d069e0a079d8ea7c0b4ac856ef24141b1aa
erasmus-medical-center
parents:
5
diff
changeset
|
8 <expand macro="requirements" /> |
4d16cf9414cf
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/segmentation_fold commit 3a3c1d069e0a079d8ea7c0b4ac856ef24141b1aa
erasmus-medical-center
parents:
5
diff
changeset
|
9 <expand macro="version_command" /> |
4
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
10 |
6
4d16cf9414cf
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/segmentation_fold commit 3a3c1d069e0a079d8ea7c0b4ac856ef24141b1aa
erasmus-medical-center
parents:
5
diff
changeset
|
11 <command detect_errors="aggressive"><![CDATA[ |
4
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
12 ln -f -s '${bam_input_file.metadata.bam_index}' '${bam_input_file}.bai' && |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
13 |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
14 segmentation-fold-utils |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
15 add-read-counts |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
16 --regex '${regex.replace("'","\\'")}' |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
17 '$dbn_input_file' |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
18 '$bam_input_file' |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
19 '$dbn_output_file' |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
20 ]]></command> |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
21 |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
22 <inputs> |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
23 <param name="dbn_input_file" |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
24 type="data" |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
25 format="dbn,txt,text" |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
26 label="Input DBN file" |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
27 help="The 'fasta'-headers should contain the genomic position being used to find overlapping reads in the BAM file"/> |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
28 <param name="bam_input_file" |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
29 type="data" |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
30 format="bam" |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
31 label="Input BAM file"/> |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
32 <param name="regex" |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
33 type="text" |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
34 argument="--regex" |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
35 value='>.*?(chr[^:]):([0-9]+)-([0-9]+)' |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
36 label="Regex to capture the targeted location in DBN file" |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
37 help="Do not change this value unless you're using customized software in the pipeline - default: '>.*?(chr[^:]):([0-9]+)-([0-9]+)'" /> |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
38 </inputs> |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
39 |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
40 <outputs> |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
41 <data name="dbn_output_file" |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
42 format="dbn" |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
43 label="${tool.name} on ${dbn_input_file.hid}: ${dbn_input_file.name}"/> |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
44 </outputs> |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
45 |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
46 <tests> |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
47 <test> |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
48 <param name="dbn_input_file" value="DBNFile.test_01.in.dbn" ftype="dbn"/> |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
49 <param name="bam_input_file" value="DBNFile.test_01.in.bam" ftype="bam"/> |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
50 <param name="regex" value='>.*?(chr[^:]):([0-9]+)-([0-9]+)'/> |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
51 |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
52 <output name="dbn_output_file"> |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
53 <assert_contents> |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
54 <has_line_matching expression=">chr1:10-21 x unknown-01 \(aligned reads .*?: 20\)"/> |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
55 <has_line line="GGGGAAACCCC"/> |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
56 <has_line line="((((...))))	((.((.)).))	-2.5"/> |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
57 <has_line line="((.((.)).))	(((((.)))))	-3.5"/> |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
58 |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
59 <has_line_matching expression=">chr1:25-36 x unknown-01 \(aligned reads.*?: 1\)"/> |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
60 <has_line line="AAAAAAAAAAA"/> |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
61 |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
62 <has_line_matching expression=">chr1:45-56 x unknown-01 \(aligned reads .*?: 2\)"/> |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
63 </assert_contents> |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
64 </output> |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
65 </test> |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
66 </tests> |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
67 |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
68 <help><![CDATA[ |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
69 This is an utility of the segmentation-fold package |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
70 ]]></help> |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
71 |
63df1e23f4ff
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
yhoogstrate
parents:
diff
changeset
|
72 <expand macro="citations" /> |
6
4d16cf9414cf
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/segmentation_fold commit 3a3c1d069e0a079d8ea7c0b4ac856ef24141b1aa
erasmus-medical-center
parents:
5
diff
changeset
|
73 </tool> |