You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can update the code basis as the CLI changed a small bit (doesn't need the . for current directory anymore. Also adds in a Version: 0.6 string in the help, which means we can update the scrape software versions.
Need to bump the environment once this is merged to get it passing here in tests too :-) Can you open a separate PR for updating once the above PR is merged @jfy133 ?
1s
##[error]Process completed with exit code 1.
Run markdownlint ${GITHUB_WORKSPACE} -c ${GITHUB_WORKSPACE}/.github/markdownlint.yml
/home/runner/work/eager/eager/docs/usage.md:728 MD018/no-missing-space-atx No space after hash on atx style heading [Context: "###`--vcf2genome_outfile`"]
/home/runner/work/eager/eager/docs/usage.md:730 MD009/no-trailing-spaces Trailing spaces [Expected: 0 or 2; Actual: 1]
/home/runner/work/eager/eager/docs/usage.md:732 MD018/no-missing-space-atx No space after hash on atx style heading [Context: "###`--vcf2genome_header`"]
/home/runner/work/eager/eager/docs/usage.md:736 MD018/no-missing-space-atx No space after hash on atx style heading [Context: "###`--vcf2genome_minc`"]
/home/runner/work/eager/eager/docs/usage.md:740 MD018/no-missing-space-atx No space after hash on atx style heading [Context: "###`--vcf2genome_minq`"]
/home/runner/work/eager/eager/docs/usage.md:744 MD018/no-missing-space-atx No space after hash on atx style heading [Context: "###`--vcf2genome_minfreq`"]
##[error]Process completed with exit code 1.
We can update the code basis as the CLI changed a small bit (doesn't need the . for current directory anymore. Also adds in a Version: 0.6 string in the help, which means we can update the scrape software versions.
Need to bump the environment once this is merged to get it passing here in tests too :-) Can you open a separate PR for updating once the above PR is merged @jfy133 ?
Yup will do. PR with complete VCF2Genome coming up in a few minutes (with correctd linting). Will update the MtNucRatio after in the morning when it bioconda should be merged.
This file contains hidden or 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
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.
Adds consensus sequence generation step with VCF2Genome, to reach parity with EAGER2.
PR checklist
nextflow run . -profile test,docker).nf-core lint .).docs/usage.mdis updateddocs/output.mdis updatedCHANGELOG.mdis updatedREADME.mdis updatedLearn more about contributing: https://github.com/nf-core/eager/tree/master/.github/CONTRIBUTING.md