Mercurial > repos > nick > duplex
comparison make_families.xml @ 28:71b765a4c494 draft default tip
planemo upload for repository https://github.com/galaxyproject/dunovo commit b'53eba8ce731a5f8afd739f9b9c01229b54880e6c\n'-dirty
| author | nick |
|---|---|
| date | Sat, 18 Feb 2017 04:56:38 -0500 |
| parents | f33b89fe9f82 |
| children |
comparison
equal
deleted
inserted
replaced
| 27:f33b89fe9f82 | 28:71b765a4c494 |
|---|---|
| 1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
| 2 <tool id="make_families" name="Du Novo: Make families" version="0.6"> | 2 <tool id="make_families" name="Du Novo: Make families" version="0.6"> |
| 3 <description>of duplex sequencing reads</description> | 3 <description>of duplex sequencing reads</description> |
| 4 <requirements> | 4 <requirements> |
| 5 <requirement type="package" version="0.6.1">duplex</requirement> | 5 <requirement type="package" version="0.6.2">duplex</requirement> |
| 6 </requirements> | 6 </requirements> |
| 7 <!-- TODO: Add dependency on coreutils to get paste? --> | 7 <!-- TODO: Add dependency on coreutils to get paste? --> |
| 8 <command detect_errors="exit_code">make-families.sh -v TAG_LEN=$taglen -v INVARIANT=$invariant '$fastq1' '$fastq2' > '$output' | 8 <command detect_errors="exit_code">make-families.sh -t $taglen -i $invariant '$fastq1' '$fastq2' > '$output' |
| 9 </command> | 9 </command> |
| 10 <inputs> | 10 <inputs> |
| 11 <param name="fastq1" type="data" format="fastq" label="Sequencing reads, mate 1"/> | 11 <param name="fastq1" type="data" format="fastq" label="Sequencing reads, mate 1"/> |
| 12 <param name="fastq2" type="data" format="fastq" label="Sequencing reads, mate 2"/> | 12 <param name="fastq2" type="data" format="fastq" label="Sequencing reads, mate 2"/> |
| 13 <param name="taglen" type="integer" value="12" min="0" label="Tag length" help="length of each random barcode on the ends of the fragments"/> | 13 <param name="taglen" type="integer" value="12" min="0" label="Tag length" help="length of each random barcode on the ends of the fragments"/> |
