Skip to content
Merged
Changes from all commits
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 _episodes/16-file-formats.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ formats and warn you if there seem to be some obvious mismatches.
~~~
{: .source}

The equivalent of this CWL description in command line format is:

`wc -l /path/to/aligned_sequences.ext > output.txt`

#### Sample Parameter Files

Below is an example of a parameter file for the example above. We encourage
Expand Down