# HG changeset patch # User mvdbeek # Date 1498052289 14400 # Node ID 5b08a7a4caa9935a560176889a0ccad7ebd468ec # Parent a01f2a172eeb89366260fe497e21f76e02b275ce planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 6e01a2e472ebbb07ce5181b836bae8bc5c7ecf36 diff -r a01f2a172eeb -r 5b08a7a4caa9 add_matesequence.xml --- a/add_matesequence.xml Wed Jun 21 07:24:36 2017 -0400 +++ b/add_matesequence.xml Wed Jun 21 09:38:09 2017 -0400 @@ -1,7 +1,7 @@ - + into tag field - readtagger + readtagger add_matesequence --version + modifies proper_pair flag in bam files - readtagger + readtagger + from multiple bam files macros.xml - readtagger + readtagger + in bam files + + macros.xml + - readtagger + readtagger findcluster --version - - - - - - - - - - - - - - + + + @@ -57,7 +51,8 @@ - + + @@ -73,24 +68,35 @@ Find clusters of reads that support a TE insertion. - Options: + Options: --input_path PATH Find cluster in this BAM file. + --region TEXT Find clusters in this Region (Format is + chrX:2000-1000). + --max_proper_pair_size INTEGER Maximum proper pairs size. If not given will + be inferred from the data. --output_bam PATH Write out BAM file with cluster information to this path. Reads will have an additional "CD" tag to indicate the cluster number --output_gff PATH Write out GFF file with cluster information to this path. + --output_fasta PATH Write out supporting evidence for clusters + to this path. --sample_name TEXT Sample name to use when writing out clusters in GFF file. Default is to infer the name from the input filename. --include_duplicates / --no-include_duplicates Include reads marked as duplicates when finding clusters. - --transposon_reference_fasta TEXT Blast cluster contigs against this fasta - file - --blastdb TEXT Blast cluster contigs against this blast - database + --transposon_reference_fasta TEXT + Transposon fasta to align clipped reads to. + Not necessary if BWA index is provided. + --transposon_bwa_index TEXT Transposon BWA index to align clipped reads + to + --genome_reference_fasta TEXT Genome fasta to align clipped reads to. Not + necessary if BWA index is provided. + --genome_bwa_index TEXT Genome BWA index to align clipped reads to --threads INTEGER RANGE Threads to use for cap3 assembly step + --shm_dir PATH Path to shared memory folder --version Show the version and exit. --help Show this message and exit. diff -r a01f2a172eeb -r 5b08a7a4caa9 macros.xml --- a/macros.xml Wed Jun 21 07:24:36 2017 -0400 +++ b/macros.xml Wed Jun 21 09:38:09 2017 -0400 @@ -26,4 +26,24 @@ + + + + + + + + + + + + + + + + + + + + diff -r a01f2a172eeb -r 5b08a7a4caa9 update_mapq.xml --- a/update_mapq.xml Wed Jun 21 07:24:36 2017 -0400 +++ b/update_mapq.xml Wed Jun 21 09:38:09 2017 -0400 @@ -1,7 +1,7 @@ - + of supplementary alignments - readtagger + readtagger update_mapq --version + from SAM/BAM alignment files as FASTQ - readtagger + readtagger write_supplementary_fastq --version