-
Notifications
You must be signed in to change notification settings - Fork 8
Initial release #72
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
Open
KateSakharova
wants to merge
286
commits into
main
Choose a base branch
from
dev
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Initial release #72
Changes from all commits
Commits
Show all changes
286 commits
Select commit
Hold shift + click to select a range
1617eae
Template update for nf-core/tools version 3.4.1
KateSakharova 5c0fc9e
Merge branch 'TEMPLATE' into feature/kate-fix
KateSakharova dcbfc59
ignore
KateSakharova 88412b8
Remove .idea directory from repository
KateSakharova 531a197
images
KateSakharova 4437a04
return main
KateSakharova 974f3dc
Update .nf-core.yml
KateSakharova 4ac6e27
rename module to generate_assembly_manifest
fxquah ba0276d
return main more
KateSakharova 1de7f16
Merge pull request #15 from nf-core/feature/kate-fix
KateSakharova eecee92
remove old test data files
fxquah ea37f8b
regenerate snapshot
fxquah 314ce84
make stub test use dummy files that dont exist
fxquah e1e8f1a
update meta.yml
fxquah 16d46ee
change --study to use an input value, explicitly define output even t…
fxquah be5f69d
update changelog
fxquah 540b129
update env yml
fxquah 37b4e18
remove glob
fxquah 0cacda1
make test mroe specific
fxquah 11f2f08
Merge pull request #12 from nf-core/feature/assembly_manifest
fxquah 7c138db
Add module for fasta file validation and update multiqc
ochkalova c87eec5
add module to register study for assembly uploads
alisha246 3730344
Template update for nf-core/tools version 3.5.1
nf-core-bot 104f9fb
Merge branch 'dev' into nf-core-template-merge-3.5.1
ochkalova 5b46d4d
Merge pull request #27 from nf-core/nf-core-template-merge-3.5.1
ochkalova a87ff76
Added validation
FernandoDuarteF 465c1d8
Added test for each subworkflow
FernandoDuarteF ca095c7
Added coverM module
FernandoDuarteF c7ae940
Added assembly submit workflow
FernandoDuarteF d857e8a
Added params.input to .nf-core.yml
FernandoDuarteF 8184c72
Fixed linting
FernandoDuarteF 5d8b240
Updated assembly submit workflow
FernandoDuarteF 8058ebd
Fixed nextflow.config
FernandoDuarteF 2569abe
Updated assembly submit workflow
FernandoDuarteF ce8b84e
add draft assembly workflow (not yet tested)
ochkalova 87c30dc
update schema for assembly input validation
ochkalova f4c9757
update assembly_uploader version in GENERATE_ASSEMBLY_MANIFEST process
ochkalova 72ffa5d
update assembly_uploader version in REGISTERSTUDY process
ochkalova 03f797d
ASSEMBLYSUBMIT workflow fixes after tests
ochkalova 3e49ae3
add ENA_WEBIN and ENA_WEBIN_PASSWORD to env in nextflow.config
ochkalova eaa3d7b
input schema fixes after tests
ochkalova 8fd8509
append --test flag if params.test_upload = true
ochkalova 4964c4d
linter fixes in REGISTERSTUDY
ochkalova 1321d69
update assembly_uploader to the latest version to fix long alias issue
ochkalova 92de4fb
cleanup, add more TODOs
ochkalova 11b7ae6
use "metagenomic_assemblies" instead of "assemblies" for clarity
ochkalova ba49cb8
update column name in the samplesheet
ochkalova 26c6296
clean up test configs a little
ochkalova d068775
linter fixes
ochkalova 1c895ed
update nextflow schema with new parameters
ochkalova 2e97ea5
add TODO to organise tests
ochkalova b855e46
rename ena_genome_study_accession to submission_study, only
ochkalova ce6e5be
refactor: only register new study in assembly workflow if submission_…
ochkalova ac58fff
refactor: update Channel references to use lowercase 'channel'
ochkalova 43ef432
fix: include TPA parameter in assembly manifest generation
ochkalova 4522b71
fix: add 'input' to required fields and update descriptions in nextfl…
ochkalova c19953d
fix: set upload_tpa to false and mark for removal in genome_uploader …
ochkalova 710d00f
fix: update FASTA file pattern to enforce gzipped format in assembly …
ochkalova 38ab8e7
docs: enhance README with detailed submission modes and add workflow …
ochkalova a11a9d7
fix: add '--outdir' option to README for output directory specification
ochkalova 5803b9a
fix: rename test_assembly.conf to test.conf to satisfy nf-core linter
ochkalova 39d7414
fix: patch fastavalidator module
ochkalova 6e31241
fix: bugfixes revealed by testing
ochkalova 27b75b2
add more test cases for assemblysubmit
ochkalova 38e68d6
to be fixed: create empty test.config to satisfy linter
ochkalova bd9a67f
fix: update README for ENA submission examples
ochkalova da12288
Merge pull request #26 from nf-core/assembly_workflow
ochkalova c71b6f7
WIP
KateSakharova b11c901
Template update for nf-core/tools version 3.4.1
KateSakharova e2843f4
RNA detection subwf
KateSakharova f904453
Merge pull request #23 from nf-core/feature/rna_detection
KateSakharova 7bad55e
added checkm2 and coverm_genome
KateSakharova de1670d
coverm works
KateSakharova 7282a43
wip checkm2
KateSakharova e8850d1
wip checkm2
KateSakharova 7411db6
checkm2 works
KateSakharova 157f9a5
minor issues
KateSakharova 7b074e8
lint
KateSakharova 30b5fa4
minor README update
ochkalova 3458596
rewrite count_rna.py to correctly count rRNA genes and add test
ochkalova 5d8bcfb
minor fixes
KateSakharova 5c8088c
minor fixes
KateSakharova 10de6cd
minor fixes
KateSakharova d6a32c1
Merge pull request #34 from nf-core/feature/add-stats-genomesubmit
KateSakharova 428ef6d
remove license comments from count_rna.py
ochkalova 03eef16
Installed the fasta_classify_catpack subworkflow
mberacochea c77aab2
Update documentation, add a new methods.md file detailing internal me…
ochkalova 560a920
revert docs/README.md to satisfy linter
ochkalova 966285b
Merge pull request #37 from nf-core/bugfix/rna_count
ochkalova 1ffbcb7
WIP implementing taxonomy
KateSakharova 00d0409
add taxa to meta
KateSakharova 3cd524a
some fixes after review
KateSakharova 2b64c73
Merge pull request #38 from nf-core/feature/catpack-for-metagenomic-t…
KateSakharova 8c3e48d
Feature/studysubmit (#36)
timrozday-mgnify 4a8d78a
Add tests, use ena-webin-cli handler, refactor modules.conf and updat…
ochkalova 8a37c4f
add CREATE_ASSEMBLY_METADATA_CSV module, add versions tracking for al…
ochkalova 4bb213f
add CREATE_GENOME_METADATA_TSV module
ochkalova 6340b4b
refactor metadata files creating modules
ochkalova 7cb2880
add find_concatenate module
ochkalova c6b7fbc
patch find/concatenate
ochkalova 8304fbf
fix version statement for GENERATE_ASSEMBLY_MANIFEST module
ochkalova f217ac8
add FIND_CONCATENATE to assemblysubmit and update tests
ochkalova 48abbfd
add FIND_CONCATENATE to genomesubmit and update tests
ochkalova 34728e8
Template update for nf-core/tools version 4.0.0
nf-core-bot 7aadf72
add additional inputs instead of params usage subwf
ochkalova 26b3951
add additional inputs instead of params usage in ENA_WEBIN_CLI_WRAPPER
ochkalova f6aaccc
add additional inputs in GENOME_UPLOAD
ochkalova b8b0d42
add additional inputs in GENERATE_ASSEMBLY_MANIFEST
ochkalova 9b02a4b
update tests
ochkalova 108ee4d
fix checkm2_db definition
ochkalova 70e5af3
remove --upload_force param because it's unnecessary for a user
ochkalova e296d89
do not reference params in ASSEMBLYSUBMIT and GENOMESUBMIT
ochkalova 3910466
add test_upload parameter to REGISTERSTUDY and GENERATE_ASSEMBLY_MANI…
ochkalova 7bc9408
rename checkm2_db_zenodo_id to checkm2_db_download_id for consistency
ochkalova 404c94b
add missing REGISTERSTUDY input
ochkalova 6a1152b
rename webincli_submit to webincli_mode
ochkalova badfb2b
add additional inputs instead of params usage subwf
ochkalova 47b8698
add additional inputs instead of params usage in ENA_WEBIN_CLI_WRAPPER
ochkalova c410d5e
add additional inputs in GENOME_UPLOAD
ochkalova 708cb1e
add additional inputs in GENERATE_ASSEMBLY_MANIFEST
ochkalova fd698fd
update tests
ochkalova 689259a
fix checkm2_db definition
ochkalova 74fa995
remove --upload_force param because it's unnecessary for a user
ochkalova 1371dec
do not reference params in ASSEMBLYSUBMIT and GENOMESUBMIT
ochkalova 93439b4
add test_upload parameter to REGISTERSTUDY and GENERATE_ASSEMBLY_MANI…
ochkalova ff2d46d
rename checkm2_db_zenodo_id to checkm2_db_download_id for consistency
ochkalova 7a6030c
add missing REGISTERSTUDY input
ochkalova 4cf9a0e
rename webincli_submit to webincli_mode
ochkalova 4530c73
add CREATE_ASSEMBLY_METADATA_CSV module, add versions tracking for al…
ochkalova 0b2d785
add CREATE_GENOME_METADATA_TSV module
ochkalova c7b2603
add FIND_CONCATENATE to assemblysubmit and update tests
ochkalova 5e435bf
update snapshot
ochkalova 555e4a1
Merge branch 'dev' into feat/metadata_modules
ochkalova aafeff6
update snapshot
ochkalova c2c7ba6
add citations
KateSakharova 84b94b7
test custom data in multiqc. So far it works with files _mqc prefix
KateSakharova e48194f
add custom tables to multiqc
KateSakharova f828cd5
wip
KateSakharova e3b8072
wip
KateSakharova d8beefc
Generate metadata CSV/TSV in modules instead of workflow body (#52)
ochkalova 006d953
include topics
KateSakharova 79c735b
add READSUBMIT workflow
ochkalova 121a75b
Merge branch 'dev' into feature/multiqc-citations
KateSakharova 7a560d8
fix links
KateSakharova d97a072
different fixes
KateSakharova 689b785
fix bloody multiqc version
KateSakharova 37e6886
lint
KateSakharova 96dee61
Template update for nf-core/tools version 4.0.2
nf-core-bot cf71ebf
fix wording and versions
KateSakharova 52ac46b
replace invalid Singularity container link
ochkalova 4d6dfbe
update snaphots
KateSakharova bb7e9ac
revert multiqc container, die in hell!
KateSakharova 80c4b08
snapshots
KateSakharova bbfcaf0
lint
KateSakharova 1c3e027
Merge pull request #53 from nf-core/feature/multiqc-citations
KateSakharova 4a5d25b
Merge branch 'nf-core-template-merge-4.0.2' into dev
vagkaratzas de341c7
adding to template merge
vagkaratzas 9deec0e
m + s updates to latest
vagkaratzas 6106618
replace fastavalidator
KateSakharova 5f581b7
add failed to report
KateSakharova ee59e44
Latest template merge attempt (#62)
vagkaratzas 0648352
delete incorrect config for reads test
ochkalova 8cfcfd7
multiple fixes
ochkalova e232200
Merge branch 'dev' into feat/readsubmit
ochkalova 651ca32
update multiqc in READSUBMIT
ochkalova 51308e9
Add arm64 configs (prep for biocontainers migration) -- updated snaps
mberacochea 0892ccf
nf-core linting - modules.json formatting
mberacochea a95b77d
Ignore container_configs when linting the pipeline
mberacochea 1c3f3bf
fixes after review
KateSakharova 1a293a6
Merge branch 'dev' into update-m+s
KateSakharova f65ab00
fixes after review
KateSakharova 542f1c1
Regenerate tests snapshots
mberacochea f3c1546
Merge pull request #64 from nf-core/update-m+s
mberacochea 00307d0
remove --fasta-dir because it doesn't work for fastqs staged to diffe…
ochkalova 5678294
disable publishDir for CREATE_READS_MANIFEST
ochkalova 2555546
Perform create_reads_manifest with python script rather than bash com…
timrozday-mgnify e84e7d9
update modules and workflows to use new webin_cli_hander.py arguments…
timrozday-mgnify 43587ea
Tidy up parsing of samplesheet to avoid positional indexing
timrozday-mgnify 88f2cfb
Add workflow checks that a study is provided otherwise pipeline could…
timrozday-mgnify 84f625c
Document and enforce a one-study-only requirement
timrozday-mgnify 0bb3540
Added extra validation of ENA fields using ENA docs
timrozday-mgnify 5aa4bf1
Change bin/create_reads_manifest.py to keep the full fastq read path.…
timrozday-mgnify a9ba936
Tidy up flags and minor fixes
timrozday-mgnify 852d89e
Remove test_upload argument from CREATE_READS_MANIFEST since it doesn…
timrozday-mgnify 5bde07a
Move bin/create_reads_manifest.py to mgnify-pipelines-toolkit
timrozday-mgnify 85541b5
Update mgnify-pipelines-toolkit version to 1.5.1
KateSakharova b26b07d
add single quotes for metadata values
ochkalova 486ae28
update pipeline metromap
ochkalova dd7feec
update snapshots
ochkalova acf1ee0
update containers
ochkalova 40db261
update samplesheet path
ochkalova 1d94d7d
update .nftignore
ochkalova c744f44
Merge pull request #58 from nf-core/feat/readsubmit
ochkalova b8cbf9b
Delete test files from the repo and use nf-core datasets instead (#71)
ochkalova 573fa95
update genome_uploader
KateSakharova 1b906a4
add private
KateSakharova 6733125
add to readme
KateSakharova 475509a
lint
KateSakharova 6daf3eb
lint
KateSakharova ceaaa43
Update README.md
KateSakharova 84f3cd1
wip fixing tests
KateSakharova 17783b6
wip fixing tests
KateSakharova 822f48e
wip fixing tests
KateSakharova d4a66e8
fix alias
KateSakharova 24fb81e
update logos
KateSakharova 03ea56d
update logos
KateSakharova 1e18a1d
update logos
KateSakharova 6d5d510
lint
KateSakharova 487b9ba
typos
KateSakharova 511d3e6
lint
KateSakharova 6690021
Merge pull request #73 from nf-core/hotfix/genome-upload
KateSakharova 10907de
updated local modules
KateSakharova 9304176
lint
KateSakharova 4e5b2ce
add versions
KateSakharova 77f59c0
fixes for release
KateSakharova 2f72cdc
change versions
KateSakharova d9df7fb
change versions in multiqc
KateSakharova 6bfd1d7
Modify registerstudy tests to generate seperate study_metadata.json f…
timrozday-mgnify ab8f212
Update bin/submit_study.py
KateSakharova aa3aaa1
fix assembly test
KateSakharova 2789557
Merge pull request #74 from nf-core/fix/conda-tests
KateSakharova d31fd85
rm dev from snapshots
KateSakharova 4d05050
fix typo
KateSakharova eeb6c1f
Modify registerstudy tests to generate study metadata json files in t…
timrozday-mgnify bd677b6
Merge pull request #77 from nf-core/bugfix/submission-alias-clash
mberacochea b3adb48
review containers
KateSakharova 3b2ffb7
Merge pull request #75 from nf-core/1.0.0
KateSakharova 0d388a4
fix container rename_fasta
KateSakharova 60b5a16
fix release lint
KateSakharova a411f30
update multiqc and nf-core subwf
KateSakharova 3b371d4
Update docs/CONTRIBUTING.md
KateSakharova c44887a
test_full
KateSakharova 983909e
Merge pull request #78 from nf-core/1.0.0
KateSakharova bf5e09c
try to fix download action
KateSakharova 8b64e77
lint
KateSakharova 2c5f597
test
KateSakharova 587d438
add credentials
KateSakharova e294469
test
KateSakharova fa3c249
fix folder creation in stub of GENOME_UPLOAD module
ochkalova 4d622f2
fix branch definition for download_pipeline.yml
ochkalova c9d5b8a
clean up ENA_WEBIN and ENA_WEBIN_PASSWORD names usage
ochkalova c6a1fbe
create empty file in COUNT_RNA stub
ochkalova eab0de8
stricten empty file expectations for stub mode
ochkalova 27b7a4b
fix line index for 1 line file
ochkalova 7714799
ready to merge
KateSakharova 327cee7
Merge pull request #79 from nf-core/1.0.0
KateSakharova c105c5b
fixes after review
KateSakharova ae4a2f4
fix
KateSakharova 1f62e1e
fix
KateSakharova cf2cf3d
Merge pull request #82 from nf-core/1.0.0
KateSakharova File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
This file was deleted.
Oops, something went wrong.
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.