Problem with commands to run script
1
0
Entering edit mode
5.5 years ago

Hi! I have to files generated from ORF finding tool and Genemark and a script that is supposed to convert them to Artemis friendly formats. Here is the instructions, but I don't get it, what should I write in the command?

    GenePrediction2Artemis.pl - conversion script for gene predictions.

=head1 PURPOSE

    GenePrediction2Artemis.pl converts the output file from getorf or GeneMark to a file that can be read in Artemis. Give input and output and either getorf or genemark.

=head1 USAGE

    GenePrediction2Artemis.pl -i|input gene_precition -o|output artemis_file [ -getorf -genemark ]

    -getorf for getorf output files

    -genemark for GeneMark output files
Artemis perl • 1.1k views
ADD COMMENT
1
Entering edit mode
5.5 years ago
Joe 21k
$ perl GenePrediction2Artemis.pl -i gene_prediction_file -o outputfile

Then, at the end of the command, append -getorf if your input file is a result from (what I assume is) the getorf program. Similarly, if you used GeneMark for your prediction, give -genemark. I presume this is to tell the script what format to expect in the input file.

ADD COMMENT
0
Entering edit mode

Alright, and can I just type -o outputfile for the output then?

ADD REPLY
0
Entering edit mode

Yep. Well, replace outputfile with whatever you want the name of the output file to be.

I don't know if its a required option or not (it doesn't look like it), but if it isn’t , normally the results will be printed to screen.

ADD REPLY

Login before adding your answer.

Traffic: 1546 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6