annotate bam_to_fastq/bam_to_fastq.xml @ 0:5a9ada9a3191 default tip

Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
author brad-chapman
date Tue, 07 Jun 2011 16:27:36 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
5a9ada9a3191 Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
brad-chapman
parents:
diff changeset
1 <tool id="bam_to_fastq" name="BAM to fastq" force_history_refresh="True" version="0.0.1">
5a9ada9a3191 Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
brad-chapman
parents:
diff changeset
2 <description>Convert BAM file to fastq</description>
5a9ada9a3191 Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
brad-chapman
parents:
diff changeset
3 <command interpreter="python">bam_to_fastq_wrapper.py $in_bam $out $out.id $__new_file_path__</command>
5a9ada9a3191 Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
brad-chapman
parents:
diff changeset
4 <inputs>
5a9ada9a3191 Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
brad-chapman
parents:
diff changeset
5 <param format="bam" name="in_bam" type="data" label="BAM file"/>
5a9ada9a3191 Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
brad-chapman
parents:
diff changeset
6 </inputs>
5a9ada9a3191 Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
brad-chapman
parents:
diff changeset
7 <outputs>
5a9ada9a3191 Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
brad-chapman
parents:
diff changeset
8 <data format="fastqsanger" name="out" metadata_source="in_bam"/>
5a9ada9a3191 Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
brad-chapman
parents:
diff changeset
9 </outputs>
5a9ada9a3191 Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
brad-chapman
parents:
diff changeset
10
5a9ada9a3191 Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
brad-chapman
parents:
diff changeset
11 <help>
5a9ada9a3191 Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
brad-chapman
parents:
diff changeset
12 **What it does**
5a9ada9a3191 Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
brad-chapman
parents:
diff changeset
13
5a9ada9a3191 Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
brad-chapman
parents:
diff changeset
14 Extract sequences and quality scores from a BAM file, converting into fastq files.
5a9ada9a3191 Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
brad-chapman
parents:
diff changeset
15
5a9ada9a3191 Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
brad-chapman
parents:
diff changeset
16 **Input**
5a9ada9a3191 Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
brad-chapman
parents:
diff changeset
17
5a9ada9a3191 Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
brad-chapman
parents:
diff changeset
18 A BAM alignment file.
5a9ada9a3191 Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
brad-chapman
parents:
diff changeset
19
5a9ada9a3191 Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
brad-chapman
parents:
diff changeset
20 **Output**
5a9ada9a3191 Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
brad-chapman
parents:
diff changeset
21
5a9ada9a3191 Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
brad-chapman
parents:
diff changeset
22 Fastq files with sequence and quality data. Output qualities are in Sanger format.
5a9ada9a3191 Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
brad-chapman
parents:
diff changeset
23 For single end data, one fastq file is produced; paired end data will have separate
5a9ada9a3191 Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
brad-chapman
parents:
diff changeset
24 fastq files for the forward and reverse reads.
5a9ada9a3191 Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
brad-chapman
parents:
diff changeset
25 </help>
5a9ada9a3191 Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
brad-chapman
parents:
diff changeset
26
5a9ada9a3191 Migrated tool version 0.0.1 from old tool shed archive to new tool shed repository
brad-chapman
parents:
diff changeset
27 </tool>