Repository revision
19:73d2b7a8d94b

Repository 'chira_extract'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/chira_extract

ChiRA extract tool metadata
Miscellaneous
extrat the chimeras
chira_extract
toolshed.g2.bx.psu.edu/repos/iuc/chira_extract/chira_extract/1.4.31
1.4.31
None
True
Version lineage of this tool (guids ordered most recent to oldest)
toolshed.g2.bx.psu.edu/repos/iuc/chira_extract/chira_extract/1.4.31 (this tool)
toolshed.g2.bx.psu.edu/repos/iuc/chira_extract/chira_extract/1.4.3+galaxy0
toolshed.g2.bx.psu.edu/repos/iuc/chira_extract/chira_extract/1.4.2+galaxy0
toolshed.g2.bx.psu.edu/repos/iuc/chira_extract/chira_extract/1.4.0+galaxy0
toolshed.g2.bx.psu.edu/repos/iuc/chira_extract/chira_extract/1.3.7+galaxy0
toolshed.g2.bx.psu.edu/repos/iuc/chira_extract/chira_extract/1.3.5+galaxy0
toolshed.g2.bx.psu.edu/repos/iuc/chira_extract/chira_extract/1.3.4+galaxy0
toolshed.g2.bx.psu.edu/repos/iuc/chira_extract/chira_extract/1.3.3+galaxy0
toolshed.g2.bx.psu.edu/repos/iuc/chira_extract/chira_extract/1.3.1+galaxy0
toolshed.g2.bx.psu.edu/repos/iuc/chira_extract/chira_extract/1.2.0+galaxy0
toolshed.g2.bx.psu.edu/repos/iuc/chira_extract/chira_extract/1.1.5+galaxy0
toolshed.g2.bx.psu.edu/repos/iuc/chira_extract/chira_extract/1.1.4+galaxy0
toolshed.g2.bx.psu.edu/repos/iuc/chira_extract/chira_extract/1.1.2+galaxy0
toolshed.g2.bx.psu.edu/repos/iuc/chira_extract/chira_extract/1.0.4+galaxy0
toolshed.g2.bx.psu.edu/repos/iuc/chira_extract/chira_extract/1.0.3+galaxy0
toolshed.g2.bx.psu.edu/repos/iuc/chira_extract/chira_extract/1.0.2+galaxy0
chira_extract
Requirements (dependencies defined in the <requirements> tag set)
name version type
chira 1.4.3 package
Additional information about this tool
#set $genomic_fasta = ''
        #if str($annotation.annot_choice) == "yes":
            #if str($annotation.fasta_source.fasta_source_selector) == 'history':
                ## Avoid writing FASTA index to inputdir by symlinking 
                ln -s '${$annotation.fasta_source.fasta}' genome.fa &&
                #set $genomic_fasta = 'genome.fa'
            #else
                #set $genomic_fasta = $annotation.fasta_source.fasta_id.fields.path
            #end if
        #end if
        chira_extract.py
        --loci '$loci'
        #if str($annotation.annot_choice) == "yes":
            --gtf '$annotation.gtf'
            #if $hybridize:
                --ref '$genomic_fasta'
            #end if
        #end if
        --tpm_cutoff '$tpm_cutoff'
        --score_cutoff '$score_cutoff'
        --chimeric_overlap '$chimeric_overlap'
        #if str($reference.ref_type) == "single":
            -f1 '$reference.ref_fasta'
        #else if str($reference.ref_type) == "split":
            -f1 '$reference.ref_fasta1'
            -f2 '$reference.ref_fasta2'
        #end if
        $hybridize
        $seed_interaction
        --seed_bp '$seed_bp'
        --seed_min_pu '$seed_min_pu'
        --accessibility '$accessibility'
        --acc_width '$acc_width'
        --intarna_mode '$intarna_mode'
        --temperature $temperature
        $summarize
        --processes "\${GALAXY_SLOTS:-2}"
        --out ./
    
None
False
Functional tests
name inputs outputs required files
Test-1 loci: loci.counts
annotation|annot_choice: no
reference|ref_fasta1: ref1.fasta
reference|ref_fasta2: ref2.fasta
reference|ref_type: split
hybridize: True
summarize: True
name: value
name: value
loci.counts
ref1.fasta
ref2.fasta
value