hlk hiloh hioh
0
0
Entering edit mode
2.6 years ago
pollyyhjo ▴ 10

PUTTY

what does the code

Please offer a descriptive answer, thanks.

genome putty • 973 views
ADD COMMENT
1
Entering edit mode

homework.

 grep ">” contigs.fasta | wc –l 

what does it tell you ?

ADD REPLY
0
Entering edit mode

Definitely.

It is not that difficult to answer. Simply type grep --help and wc --help and you will see that grep searches for patterns in files, while wc counts bytes, words and lines in a file. If you actually run this with contigs.fasta present it should be pretty obvious what it does.

ADD REPLY
0
Entering edit mode

I have never done coding before so all you said is totally new to me. I would appreciate if a detailed description is given as answer to my question. Thanks

ADD REPLY
1
Entering edit mode

We are not here to help with homework assignments. Whoever gave you this problem to solve had a certain educational goal you should achieve on your own. Many of us on this forum are educators, and I have no intent of undermining my colleagues' goals for you by giving you a complete solution.

Besides, there is no coding here. This is just a concatenation of the two well known Unix/Linux commands, for which I have already given you clues.

ADD REPLY

Login before adding your answer.

Traffic: 2603 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