Skip to content

Commit 4ba780f

Browse files
author
mrbarbitoff
committed
Warning
1 parent 9fad512 commit 4ba780f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

LSEA/LSEA.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,8 @@ def annotate_vcf(file_name, snpeff, genome):
435435
snp_cmd = subprocess.call('java -Xmx4g -jar {0} -v {1} {2} > {3} 2> {4}'.format(snpeff+'/snpEff.jar',genome,os.getcwd() + "/"+file_name,os.getcwd()+"/"+file_name.split('.')[0]+"_annotated.vcf", 'snpeff.log'),shell=True)
436436

437437
if __name__ == '__main__':
438+
print('This version of the tools is outdated. Please visit https://github.com/mrbarbitoff/LSEA/')
439+
sys.exit()
438440
parser = argparse.ArgumentParser(description='LSEA')
439441
parser.add_argument('-af', help='Input file in tsv-format', metavar='File',
440442
type=str, required=True)

0 commit comments

Comments
 (0)