-
Notifications
You must be signed in to change notification settings - Fork 47
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
Rubicon #123
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- coreutil on non-linux platforms (realpath, sha<nnn>sum, etc.) - optional inputs (dehuman, fasta checksums, etc.)
- allow user to tailor the script to their needs e.g. uploading to an SFTP server, etc.
- comment in indented rule block inside condition
- reuse rejects from bwa/bowtie/ngshmmalign - option to redo a (bwa) align to rejects, WITHOUT forcing to reprocess everything else
- "local" option in dehuman.smk (was using wrong config property) - "results" and "samples" are separate in common.smk
- keep the linter happy - runs tests on upload.smk, too - lint Docker
- ref_{xxx} fasta files now follows "consensus" property, like consensus.bcftools.fasta - RegEx expanded to cover more corner cases to convert Illumina index "1:N:0:..." into SAM comment "BC:Z:..." - support dual index: ATCG+CGAT - support single index: GATTA - support numerical indicator: 180
- compressing unfiltered raw read into cram - use dehuman ressource for larger alignements (host, etc.) - options to exec in demo upload script - typos - unfiltered cram in tests
- use temp_prefix-ed temporary files for sorting - keep only aligned raw reads in host_aln.cram
MegaLinter status: ✅ SUCCESS
See errors details in artifact MegaLinter reports on CI Job page |
- it is mandatory for some targets like GISAID
- When _NOT_ in catchup mode, re-use the extracted_data/R?.fastq that is produced as part of the normal processing. (Note: unlike prinseq, the sorting isn't required for BWA) - Change text to "host" instead of "human" or "H. Sapiens"
- Can use an URL for host genome (Homo Sapiens) - re-organising bwa indexing code to support this - can still crash in various circumstance, considered unstable
- small cosmetic fixes (mostly uppercase and final dot) - sync HTML manual
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
I think that's about how much polishing we'll do on that upload feature for now.
Care to have a look at how it is organized?