public class ProductionPipelineMain
This class is for running the GBS Production Pipeline. It is to be run from within the sTASSEL.jar. The cron job should be set up to run the run_pipeline.pl which has been modified to make this class the main() to be run. The JVM memory settings within run_pipeline.pl should also be adjusted upwards. cron example 20 3 * * * cd /workdir/tassel/tassel4-src && /usr/local/bin/perl /workdir/tassel/tassel4-src/run_prod_cron.pl >> /workdir/tassel/tassel4-src/20130808_cron.log 2>&1 20130718 Note from Jeff Glaubitz: A minor detail: ProductionSNPCallerPlugin needs the key file name to end with "_key.txt". All the output files are named after the key file but replacing "_key.txt" with the appropriate extension. User: dkroon Date: 4/8/13
public ProductionPipelineMain(java.lang.String appPropertiesFile,
boolean runCheckSum,
boolean runImputation,
java.lang.String testingCheckSum)
public static java.lang.String compareOriginalAgainstImputed(java.lang.String originalFile,
java.lang.String imputedFile)
Generates basic summary information about imputation such as change in sites or taxa count change in missing data change in heterozygosity how many sites changed their major allele
originalFile - imputedFile - public static void main(java.lang.String[] args)