| Miscellaneous |
| Version lineage of this tool (guids ordered most recent to oldest) |
| toolshed.g2.bx.psu.edu/repos/brigidar/snp_to_bed/snp_to_bed/0.3 (this tool) |
| toolshed.g2.bx.psu.edu/repos/brigidar/snp_to_bed/snp_to_bed/0.1 |
| snp_to_bed |
| Requirements (dependencies defined in the <requirements> tag set) |
| Additional information about this tool |
cat $input1| awk -F "\t" -v OFS="\t" '{print $1, $2-1, $2}'>> $out_file1
| Functional tests |