Added simple autocycler_wrapper helper script #3
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi Ryan!
This helper script is a wrapper for the autocycler workflow based on the documentation.
In addition, it saves all the output in a user-specific folder and uses lrge if it is available in the system path.
I wasn't sure how to make a pull request for the wiki, but here is my suggested addition to the wiki as a section at the bottom of https://github.com/rrwick/Autocycler/wiki/Fully-automated-assembly:
Hope this PR makes sense! Feel free to edit and change (or reject) as you like.
Running Autocycler as a single command using a wrapper
There is a wrapper script that does the above example where you can also specify the name of the output folder. It can be run in the following way (using the default parameters of 4 read subsets and 16 threads) where it will save the output in a folder called 'autocycler_out':
autocycler_wrapper.sh ont.fastq.gz autocycler_out 4 16
The above example is useful if you wish to run autocycler on many samples in the same folder.
It's general usage is:
autocycler_wrapper.sh <reads> <output_folder> <read_partitions> <threads>