Hello.
I am new to bioinformatics and this is an elective class. My lab project is to convert MAP to BED. I am using text wrangler to edit the script and I have a MAC.
This is what I have so far:
#!./perl
use strict;
use warnings;
my $input1 = shift @ARGV;
my @output = $input1;
print "$input1= $output\n";
Thank you!
You are going to need to do a bit more effort on your own than that to get help with your code. Thank you for clarifying that this is an assignment/project.
If I knew more, trust me I would have more. Like I stated before, I am new to all of this.
Thank you for taking the time to respond.