Syntax for regular expression searching for DNA codons
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I have to write a script for an assignment which will take the file name as a command and output every unique 3 base codon in the file and how many times it occurs in descending order. The script has to check it has an argument and if not output an error message. Im confused as to how to begin thee and the syntax for the regular expression which I will need to have the script search for each unique codon.
bash regular-expression
add a comment |Â
up vote
0
down vote
favorite
I have to write a script for an assignment which will take the file name as a command and output every unique 3 base codon in the file and how many times it occurs in descending order. The script has to check it has an argument and if not output an error message. Im confused as to how to begin thee and the syntax for the regular expression which I will need to have the script search for each unique codon.
bash regular-expression
What did you try so far? How does your file look like?
â Fiximan
just now
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have to write a script for an assignment which will take the file name as a command and output every unique 3 base codon in the file and how many times it occurs in descending order. The script has to check it has an argument and if not output an error message. Im confused as to how to begin thee and the syntax for the regular expression which I will need to have the script search for each unique codon.
bash regular-expression
I have to write a script for an assignment which will take the file name as a command and output every unique 3 base codon in the file and how many times it occurs in descending order. The script has to check it has an argument and if not output an error message. Im confused as to how to begin thee and the syntax for the regular expression which I will need to have the script search for each unique codon.
bash regular-expression
bash regular-expression
asked 9 mins ago
Chaudry Osama
133
133
What did you try so far? How does your file look like?
â Fiximan
just now
add a comment |Â
What did you try so far? How does your file look like?
â Fiximan
just now
What did you try so far? How does your file look like?
â Fiximan
just now
What did you try so far? How does your file look like?
â Fiximan
just now
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f478290%2fsyntax-for-regular-expression-searching-for-dna-codons%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
What did you try so far? How does your file look like?
â Fiximan
just now