Advertisement
Guest User

java cp issue

a guest
Sep 18th, 2014
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.58 KB | None | 0 0
  1.  
  2. + sh -x run.sh
  3. + export '_JAVA_OPTIONS=-Xms1g -Xmx10g'
  4. + _JAVA_OPTIONS='-Xms1g -Xmx10g'
  5. + java -cp /apps/gatk/3.2.2/jexl.jar -jar /apps/gatk/3.2.2/GenomeAnalysisTK.jar -T VariantFiltration -R /bio/kirst/Poplar_association/Indexed_updated_ref/Ptrichocarpa_156_updated_with_deltoides_inferred_032013.fasta -V raw_snps_full_population.vcf --filterExpression 'QD < 2.0 || FS > 60.0 || MQ < 40.0 || HaplotypeScore > 13.0 || MappingQualityRankSum < -12.5 || ReadPosRankSum < -8.0' --filterName gatk_recom -o filtered_snps_full_population.vcf
  6. Picked up _JAVA_OPTIONS: -Xms1g -Xmx10g
  7. INFO  18:01:35,082 HelpFormatter - --------------------------------------------------------------------------------
  8. INFO  18:01:35,085 HelpFormatter - The Genome Analysis Toolkit (GATK) v3.2-2-gec30cee, Compiled 2014/07/17 15:22:03
  9. INFO  18:01:35,085 HelpFormatter - Copyright (c) 2010 The Broad Institute
  10. INFO  18:01:35,085 HelpFormatter - For support and documentation go to http://www.broadinstitute.org/gatk
  11. INFO  18:01:35,092 HelpFormatter - Program Args: -T VariantFiltration -R /bio/kirst/Poplar_association/Indexed_updated_ref/Ptrichocarpa_156_updated_with_deltoides_inferred_032013.fasta -V raw_snps_full_population.vcf --filterExpression QD < 2.0 || FS > 60.0 || MQ < 40.0 || HaplotypeScore > 13.0 || MappingQualityRankSum < -12.5 || ReadPosRankSum < -8.0 --filterName gatk_recom -o filtered_snps_full_population.vcf
  12. INFO  18:01:35,096 HelpFormatter - Executing as afahrenk@c10a-s8.ufhpc on Linux 2.6.32-358.23.2.el6.x86_64 amd64; Java HotSpot(TM) 64-Bit Server VM 1.7.0_02-b13.
  13. INFO  18:01:35,097 HelpFormatter - Date/Time: 2014/09/18 18:01:35
  14. INFO  18:01:35,097 HelpFormatter - --------------------------------------------------------------------------------
  15. INFO  18:01:35,097 HelpFormatter - --------------------------------------------------------------------------------
  16. INFO  18:01:36,665 GenomeAnalysisEngine - Strictness is SILENT
  17.  
  18. + sh -x run_gatk.sh
  19. + export '_JAVA_OPTIONS=-Xms1g -Xmx10g'
  20. + _JAVA_OPTIONS='-Xms1g -Xmx10g'
  21. + sh -x GATK -T VariantFiltration -R /bio/kirst/Poplar_association/Indexed_updated_ref/Ptrichocarpa_156_updated_with_deltoides_inferred_032013.fasta -V raw_snps_full_population.vcf --filterExpression 'QD < 2.0 || FS > 60.0 || MQ < 40.0 || HaplotypeScore > 13.0 || MappingQualityRankSum < -12.5 || ReadPosRankSum < -8.0' --filterName gatk_recom -o filtered_snps_full_population.vcf
  22. + [[ -z -Xms1g -Xmx10g ]]
  23. + echo 'Calling GenomeAnalysisTk from GATK wrapper'
  24. Calling GenomeAnalysisTk from GATK wrapper
  25. + which java
  26. /usr/java/jdk1.7.0_02/bin/java
  27. + java -cp /apps/gatk/3.2.2/jexl.jar -jar /apps/gatk/3.2.2/GenomeAnalysisTK.jar -T VariantFiltration -R /bio/kirst/Poplar_association/Indexed_updated_ref/Ptrichocarpa_156_updated_with_deltoides_inferred_032013.fasta -V raw_snps_full_population.vcf --filterExpression QD '<' 2.0 '||' FS '>' 60.0 '||' MQ '<' 40.0 '||' HaplotypeScore '>' 13.0 '||' MappingQualityRankSum '<' -12.5 '||' ReadPosRankSum '<' -8.0 --filterName gatk_recom -o filtered_snps_full_population.vcf
  28. Picked up _JAVA_OPTIONS: -Xms1g -Xmx10g
  29. ##### ERROR ------------------------------------------------------------------------------------------
  30. ##### ERROR A USER ERROR has occurred (version 3.2-2-gec30cee):
  31. ##### ERROR
  32. ##### ERROR This means that one or more arguments or inputs in your command are incorrect.
  33. ##### ERROR The error message below tells you what is the problem.
  34. ##### ERROR
  35. ##### ERROR If the problem is an invalid argument, please check the online documentation guide
  36. ##### ERROR (or rerun your command with --help) to view allowable command-line arguments for this tool.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement