Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions count-fasta-seqs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,7 @@ echo "$@"
#
# ADD YOUR CODE BELOW:



#Comment from CTracy: Good Job - there is just one additional line of code in here that is causing it to print an extra line.
#See if you can find that line and comment it out and then reply to my comment below so I know you received this!
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#I have commented out that line of code "echo "$@"", but still the tests failed.
#Kindly, guide me what's the problem now!

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Moreover, the code is producing the same output as expected, now. But tests are still not working.