-
Notifications
You must be signed in to change notification settings - Fork 13
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
Repeatexplorer #89
Repeatexplorer #89
Conversation
Co-authored-by: Björn Grüning <[email protected]>
I've done this to avoid all the
|
I guess that's fine if really ALL files are needed in this HTML output. If not the |
Yep. I doubt they are all needed but I don't think it will be quick to work out exactly which ones are. |
@@ -0,0 +1,11 @@ | |||
--- |
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.
Can you convert that to a suite of tools?
In the original repo there have been two tools at least isn't it?
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.
I converted it to a suite.
BTW @bgruening it looked to me like the second wrapper runs the same command as the first with an additional option tarean_mode
, so we can just include that function in this wrapper if we want it.
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.
(probably)
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.
Yes, lets do that then. In general a suite can not hurt, so its fine to have it as suite in case we ever want to extend it. Thanks
|
||
]]></command> | ||
<inputs> | ||
<param name="FastaFile" label="NGS reads" type="data" format="fasta" help="Input file must contain FASTA-formatted NGS reads. Illumina paired-end reads are recommended."/> |
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.
can we keep the names all lower case?
<inputs> | ||
<param name="FastaFile" label="NGS reads" type="data" format="fasta" help="Input file must contain FASTA-formatted NGS reads. Illumina paired-end reads are recommended."/> | ||
<param argument="--paired" type="boolean" truevalue="--paired" falsevalue="" checked="True" label="Paired-end reads" help="If paired-end reads are used, they must be interleaved and all pairs must be complete. Example of the correct format is provided in the help below."/> | ||
<param argument="--sample" type="integer" optional="true" label="Subsample reads (number)" help="Use an integer > 1 to select a specific number of reads to use. Leave this field blank to use the entire dataset."/> |
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.
add min=2?
Co-authored-by: Björn Grüning <[email protected]>
Co-authored-by: Björn Grüning <[email protected]>
Co-authored-by: Björn Grüning <[email protected]>
Co-authored-by: Björn Grüning <[email protected]>
Thanks @TomHarrop |
No description provided.