-
Notifications
You must be signed in to change notification settings - Fork 18
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
The output file label has been modified as requested in issue #7 #161
Conversation
Let's benefit from the occasion to shift this tools to artbio owner. Bump the version to 2.0.0 and change the owner in .shed.yml. This is the occasion to improve help I guess as all tools we are going to move to artbio owner. The idea is to release mississippi as a suite of artbio tools. |
Merge branch 'master' of https://github.com/ARTbio/tools-artbio into yac
Merge branch 'master' of https://github.com/ARTbio/tools-artbio into yac
The tool should be ok. I changed the help too so that it follows the same patern as mircounts and others I saw |
|
||
**Inputs** | ||
|
||
1. A fastq file of reads to be clipped |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A fastq or fasta file of reads to be clipped
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in the xml the param has the format 'fastq' specified
tools/yac_clipper/yac.xml
Outdated
|
||
1. A fastq file of reads to be clipped | ||
2. Select the size of the reads to be kept | ||
3. Select an output format |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Select an output format when input is a fastq file (this may be fastq or fasta)
tools/yac_clipper/yac.xml
Outdated
1. A fastq file of reads to be clipped | ||
2. Select the size of the reads to be kept | ||
3. Select an output format | ||
4. Select if you want the sequences containing unknown nucleotides to be kept |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Select whether you wish or do not wish to keep clipped sequences with unknown nucleotides (N)
tools/yac_clipper/yac.xml
Outdated
3. Select an output format | ||
4. Select if you want the sequences containing unknown nucleotides to be kept | ||
5. Select the sequence of the adapter to clip either pre-built or custom | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Select a pre-built adapter sequence or enter you own sequence (at least 7 nucleotides long)
tools/yac_clipper/yac.xml
Outdated
|
||
**Output** | ||
|
||
A fastq or fasta file containing the sequences that satisfied the selected criteria with their adapters clipped. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A fastq or fasta file containing clipped sequences satisfying the selected criteria
👍 |
No description provided.