Skip to content
Snippets Groups Projects
Commit bcad51d4 authored by Aflitos, Saulo Alves's avatar Aflitos, Saulo Alves
Browse files

100%. remaking without up/down stream

parent fa3bc039
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,7 @@ for gff in ~/tomato150/reseq/mapped/Heinz/*.vcf.gz; do
cd 150/$bn;
echo $PWD;
java -Xmx20g -jar $P/snpEff.jar -c $P/snpEff.config Slyc2.40 -v $gff >$bn.snpeff.vcf 2>log.log;
java -Xmx20g -jar $P/snpEff.jar eff -no-upstream -no-downstream -c $P/snpEff.config Slyc2.40 -v $gff >$bn.snpeff.vcf 2>log.log;
fi
cd $P;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment