A simple script to delete the first row and then delete the first and fourth column of a four column tab delimited file and write to another file.
Usage
trimTaxa(inFile, outFile, desiredCols = c(2, 3))
A simple script to delete the first row and then delete the first and fourth column of a four column tab delimited file and write to another file.
trimTaxa(inFile, outFile, desiredCols = c(2, 3))