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))
a single string giving the 4 column tab separated file to read from
a single string giving the file path to write to
the integer IDs for columns to pull out from file