Repository revision
1:0d94a529f925

Repository 'footprint'
hg clone https://toolshed.g2.bx.psu.edu/repos/rnateam/footprint

footprint tool metadata
Miscellaneous
footprint
footprint
toolshed.g2.bx.psu.edu/repos/rnateam/footprint/footprint/1.0.0
1.0.0
None
True
Version lineage of this tool (guids ordered most recent to oldest)
toolshed.g2.bx.psu.edu/repos/rnateam/footprint/footprint/1.0.0 (this tool)
footprint
Requirements (dependencies defined in the <requirements> tag set)
name version type
footprint 1.0.0 package
Additional information about this tool
ln -s '$bam_file' ./bam_file.bam
&&
find_footprints.sh
    ./bam_file.bam
    '$chrom_sizes'
    '$motif_coords'
    ## genome source
    #if $refGenomeSource.genomeSource == "history":
        '$refGenomeSource.ownFile'
    #else
        '$refGenomeSource.builtin.fields.path'
    #end if
    '$factor_name'
    '$bias_file'
    '$peak_file'
    $no_of_components
    $background
    $fixed_bg
    &&
mv *.PARAM PARAM &&
mv *.RESULTS RESULTS &&
mv *.plot2.png plot2.png &&
mv *.plot1.png plot1.png


    
None
False
Functional tests
name inputs outputs required files
Test-1 fixed_bg: TRUE
bam_file: input_ATAC_HEK293_hg19_chr1.bam
motif_coords: input_CTCF_motifs_hg19_chr1.bed
chrom_sizes: input_hg19.chr1.chrom.size
peak_file: input_CTCF_HEK293_chip_hg19_chr1.bed
bias_file: input_SeqBias_ATAC.txt
background: Seq
refGenomeSource|genomeSource: history
refGenomeSource|ownFile: input_hg19_chr1.fa
no_of_components: 2
factor_name: CTCF
RESULTS: output.RESULTS
PARAM: output.PARAM
plot1: output_plot1.png
plot2: output_plot2.png
input_ATAC_HEK293_hg19_chr1.bam
input_hg19.chr1.chrom.size
input_CTCF_motifs_hg19_chr1.bed
input_hg19_chr1.fa
input_SeqBias_ATAC.txt
input_CTCF_HEK293_chip_hg19_chr1.bed
output.RESULTS
output.PARAM
output_plot1.png
output_plot2.png