Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added the line of command for our usage statement #10

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ and using Python to solve problems or automate tasks.

## Getting Started

Copy link
Member

Choose a reason for hiding this comment

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

you should be able to add the image file now, but will you make a new folder called "images" and move it there. Then add it in using markdown described here https://guides.github.com/features/mastering-markdown/

Sequencing File Conveter allows the user to swap the format of their nucleic acid sequencing file (allowed file types: .qseq, .fastq, or .sam). Please refer to the seqfileconverter usage diagram to view the current supported swaps.

### Prerequisites

Utility scripts are written in Python3.
Expand All @@ -29,17 +31,17 @@ Tests have not yet been created for this repository.

### Usage

To run file converter:
To run sequencing file converter:
```
python <command here>
python seqfileconverter -f <input file> -o <output file> -d <discard file> -m <metadata file> -t <file type>
```
Copy link
Member

Choose a reason for hiding this comment

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

Can you add the line python seqfileconverter -h and also the output of that? And is it seqfileconverter or seqfileconverter.py?


## Contributing

This is a beginner, educational repository for students learning Python or R to contribute to. We are a small group of students at CSU studying biology and learning code through hands-on activities, please contact a member through the webpage to ask about joining before you contribute to this repository.

### Proposed ideas:
* qSeq-FastQ converter
* qSeq to/from SAM file converter (can be added as a module to seqfileconverter)
* demultiplex libraries

## Authors
Expand Down