Mercurial > repos > iuc > nugen_nudup
annotate nugen_nudup.xml @ 0:0ad51e73587e draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
author | iuc |
---|---|
date | Fri, 02 Dec 2016 18:03:47 -0500 |
parents | |
children | 24693e595caf |
rev | line source |
---|---|
0
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
1 <tool id="nugen_nudup" name="NuDUP" version="2.2_post2016104"> |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
2 <description>mark/remove PCR duplicates based on molecular tags</description> |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
3 <requirements> |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
4 <requirement type="package" version="2.2_post2016104">nudup</requirement> |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
5 </requirements> |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
6 <stdio> |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
7 <exit_code range="1:" /> |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
8 </stdio> |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
9 <version_command>nudup.py --version</version_command> |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
10 <command><![CDATA[ |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
11 ln -f -s '$input' 'input.bam' && |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
12 ln -f -s '$input.metadata.bam_index' 'input.bai' && |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
13 nudup.py $paired_end |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
14 -f '$umi_fastq' |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
15 --start $start |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
16 --length $length |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
17 'input.bam' |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
18 ]]> |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
19 </command> |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
20 <inputs> |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
21 <param type="data" name="input" label="Input SAM/BAM file" |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
22 format="sam,bam" help="Input SAM/BAM containing only unique |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
23 alignments" /> |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
24 <param type="data" name="umi_fastq" label="Fastq file containing |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
25 molecular tag sequence" format="fastq,fastqsanger" help="FASTQ |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
26 file containing the molecular tag sequence for each read name in |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
27 the corresponding SAM/BAM file" /> |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
28 <param type="boolean" argument="--paired-end" |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
29 label="Paired-end deduping" name="paired_end" |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
30 truevalue="--paired-end" falsevalue="" |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
31 checked="false" |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
32 help="use paired end deduping with template. SAM/BAM alignment |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
33 must contain paired end reads. Degenerate read pairs |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
34 (alignments for one read of pair) will be discarded." /> |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
35 <param type="integer" argument="--start" label="Tag sequence start |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
36 position from 3' end" value="6" help="position in index read where |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
37 molecular tag sequence begins. This should be a 1-based value that |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
38 counts in from the 3' END of the read." /> |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
39 <param type="integer" argument="--length" label="Tag sequence length" |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
40 value="6" help="length of molecular tag sequence" /> |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
41 </inputs> |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
42 <outputs> |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
43 <data format="bam" name="markdup" from_work_dir="prefix.sorted.markdup.bam" /> |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
44 <data format="bam" name="dedup" from_work_dir="prefix.sorted.dedup.bam" /> |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
45 <data format="txt" name="log" from_work_dir="prefix_dup_log.txt" /> |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
46 </outputs> |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
47 <tests> |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
48 <test> |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
49 <param name="input" value="nudup_test_1.bam" ftype="bam" /> |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
50 <param name="umi_fastq" value="nudup_umis.fastq" ftype="fastqsanger" /> |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
51 <param name="start" value="8" /> |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
52 <param name="length" value="8" /> |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
53 <output name="markdup" file="nudup_markdup_1.bam" ftype="bam" /> |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
54 <output name="dedup" file="nudup_dedup_1.bam" ftype="bam" /> |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
55 <output name="log" file="nudup_log_1.txt" ftype="txt" /> |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
56 </test> |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
57 </tests> |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
58 <help><![CDATA[ |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
59 Marks/removes PCR introduced duplicate molecules based on the molecular tagging |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
60 technology used in NuGEN products. |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
61 |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
62 For SINGLE END reads, duplicates are marked if they fulfill the following |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
63 criteria: a) start at the same genomic coordinate b) have the same strand |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
64 orientation c) have the same molecular tag sequence. The read with the |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
65 highest mapping quality is kept as the non-duplicate read. |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
66 |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
67 For PAIRED END reads, duplicates are marked if they fulfill the following |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
68 criteria: a) start at the same genomic coordinate b) have the same template |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
69 length c) have the same molecular tag sequence. The read pair with the highest |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
70 mapping quality is kept as the non-duplicate read. |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
71 |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
72 Author: Anand Patel |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
73 |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
74 Contact: NuGEN Technologies Inc., techserv@nugen.com |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
75 |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
76 :: |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
77 |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
78 Input: |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
79 IN.sam|IN.bam input sorted/unsorted SAM/BAM containing only unique |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
80 alignments (sorted required for case 2 detailed above) |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
81 |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
82 Options: |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
83 -2, --paired-end use paired end deduping with template. SAM/BAM |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
84 alignment must contain paired end reads. Degenerate |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
85 read pairs (alignments for one read of pair) will be |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
86 discarded. |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
87 -f INDEX.fq|READ.fq FASTQ file containing the molecular tag sequence for |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
88 each read name in the corresponding SAM/BAM file |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
89 (required only for CASE 1 detailed above) |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
90 -o OUT_PREFIX, --out OUT_PREFIX |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
91 prefix of output file paths for sorted BAMs (default |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
92 will create prefix.sorted.markdup.bam, |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
93 prefix.sorted.dedup.bam, prefix_dup_log.txt) |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
94 -s START, --start START |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
95 position in index read where molecular tag sequence |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
96 begins. This should be a 1-based value that counts in |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
97 from the 3' END of the read. (default = 6) |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
98 -l LENGTH, --length LENGTH |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
99 length of molecular tag sequence (default = 6) |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
100 -v, --version show program's version number and exit |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
101 -h, --help show this help message and exit |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
102 ]]></help> |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
103 <citations> |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
104 <citation type="bibtex">@misc{Patel2016, |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
105 author = {Patel, Anand}, |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
106 title = {NuDUP}, |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
107 year = {2016}, |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
108 publisher = {GitHub}, |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
109 journal = {GitHub repository}, |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
110 howpublished = {\url{https://github.com/nugentechnologies/nudup}}, |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
111 commit = {740d9fe439dd8917605a56483a8796b377eb24c6} |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
112 } |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
113 </citation> |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
114 </citations> |
0ad51e73587e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nugen_nudup commit 9f2d2e8d94050274a4eaae7fa1e48887fed657d4
iuc
parents:
diff
changeset
|
115 </tool> |