Hi.
I can't get my GATK walker encountered by GATK framework altough I have the compiled class under the CLASSPATH umbrella:
pmaugeri@ubuntu-bio:~/gatk$ ls $CLASSPATH
FirstWalker.class HelloWalker.class HelloWorld.class
pmaugeri@ubuntu-bio:~/gatk$ java -jar GenomeAnalysisTK-1.2-60-g585a45b/GenomeAnalysisTK.jar -T HelloWalker
##### ERROR ------------------------------------------------------------------------------------------
##### ERROR A USER ERROR has occurred (version 1.2-60-g585a45b):
[...]
##### ERROR MESSAGE: Could not find walker with name: HelloWalker
##### ERROR ------------------------------------------------------------------------------------------
Is there something else to do to define my walker than what is described in Your first walker ?
I noticed for instance that CountReadsWalker is called with -T CountReads but the corresponding class is CountReadsWalker. I suspect there is a declaration or mapping to be done.
Thanks in advance for your help.
does Hello appear amongst the walker list when you run 'java -jar GenomeAnalysisTK.jar' without any other arguments