Skip to content

Commit

Permalink
add FTP path
Browse files Browse the repository at this point in the history
  • Loading branch information
William McLaren committed Dec 11, 2017
1 parent fa0ad06 commit 16788fb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion MTR.pm
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
=head1 SYNOPSIS
mv MTR.pm ~/.vep/Plugins
curl -O ftp://mtr-viewer.mdhs.unimelb.edu.au/pub/mtrflatfile_1.0.txt.gz
curl -O ftp://mtr-viewer.mdhs.unimelb.edu.au/pub/mtrflatfile_1.0.txt.gz.tbi
perl variant_effect_predictor.pl -i variations.vcf --plugin MTR,mtrflatfile_1.0.txt.gz
=head1 DESCRIPTION
Expand All @@ -31,7 +33,7 @@ http://genome.cshlp.org/content/27/10/1715
The Bio::DB::HTS perl library or tabix utility must be installed in your path
to use this plugin. MTR flat files can be downloaded from:
http://xxxxx
ftp://mtr-viewer.mdhs.unimelb.edu.au/pub
=cut

Expand Down

0 comments on commit 16788fb

Please sign in to comment.