Repository revision
8:777faad85c7c

Repository 'bdds'
hg clone https://toolshed.g2.bx.psu.edu/repos/sjung/bdds

Wellington Footprints tool metadata
Miscellaneous
accurate identification of digital genomic footprints from DNase-seq data
wellington_footprints
toolshed.g2.bx.psu.edu/repos/sjung/bdds/wellington_footprints/0.2.5
0.2.5
None
True
Version lineage of this tool (guids ordered most recent to oldest)
toolshed.g2.bx.psu.edu/repos/sjung/bdds/wellington_footprints/0.2.5 (this tool)
wellington_footprints
Requirements (dependencies defined in the <requirements> tag set)
name version type
pymodules not provided package
Additional information about this tool
#set $final_output = $output.extra_files_path + "/input.bam.input.bed.WellingtonFootprints.FDR.0.01.bed"
mkdir $output.extra_files_path;
ln -s $bam_file input.bam;
ln -s $bam_file.metadata.bam_index input.bam.bai;
ln -s $bed_file input.bed;
wellington_footprints.py input.bed input.bam $output.extra_files_path -fdrlimit $fdrlimit;
cp $final_output $output;
rm -rf $output.extra_files_path
  
None
False
Functional tests
name inputs outputs required files
Test-1