Skip to content
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

Adding meningotype #248

Merged
merged 71 commits into from
Jan 29, 2025
Merged
Changes from 1 commit
Commits
Show all changes
71 commits
Select commit Hold shift + click to select a range
31c43d8
updated file structure
erinyoung Jan 8, 2025
08e8794
moved subworkflows
erinyoung Jan 8, 2025
fce1677
moved files
erinyoung Jan 8, 2025
4d9efb8
added meningotype and updated amrfinder
erinyoung Jan 9, 2025
af27c97
added meningotype
erinyoung Jan 9, 2025
3d52fb1
moved workflow on complete
erinyoung Jan 9, 2025
1a70fa8
moved plus to args
erinyoung Jan 9, 2025
8ef2750
fixed tee typo
erinyoung Jan 9, 2025
2b9e36f
updated command for version 3
erinyoung Jan 9, 2025
e39ba83
removed MASH_ERR
erinyoung Jan 9, 2025
b7ba3de
combined fasta and fastq
erinyoung Jan 9, 2025
516c6db
fixed version
erinyoung Jan 9, 2025
0b1d6df
made path optional
erinyoung Jan 9, 2025
5f5e4e8
fixed capitalization
erinyoung Jan 9, 2025
337607e
moved flags to args
erinyoung Jan 9, 2025
4c898d7
removed tmp directory
erinyoung Jan 9, 2025
9b06ac1
changed file paths
erinyoung Jan 9, 2025
a47e6fb
removed extra line
erinyoung Jan 9, 2025
ba321da
removed jsonConvert function
erinyoung Jan 9, 2025
4922f7f
simplified mash sketch
erinyoung Jan 9, 2025
67f0f68
quast works with just fasta files
erinyoung Jan 9, 2025
294cac0
removed storeDir
erinyoung Jan 9, 2025
92adccb
fixed ch_reads_contigs
erinyoung Jan 9, 2025
b3203bc
added tests for gc
erinyoung Jan 9, 2025
e191801
ignore versions
erinyoung Jan 9, 2025
a627e52
removed TODO
erinyoung Jan 9, 2025
12e240c
added meta to emit
erinyoung Jan 9, 2025
893ee1f
added genome sizes
erinyoung Jan 9, 2025
4a338da
changed versions channels
erinyoung Jan 9, 2025
4cb4309
added emit
erinyoung Jan 9, 2025
caee48b
fixed accession
erinyoung Jan 10, 2025
1ebd8a9
renamed processes
erinyoung Jan 10, 2025
9da9671
fastp results from multiqc
erinyoung Jan 10, 2025
6593975
removed publishdir
erinyoung Jan 10, 2025
2f76219
fixed flag and filename
erinyoung Jan 10, 2025
cf978e3
fixed meta
erinyoung Jan 10, 2025
6ddf668
python3
erinyoung Jan 10, 2025
d850086
removed tmp dir
erinyoung Jan 10, 2025
e3119b7
fixed prokka channel
erinyoung Jan 10, 2025
ea7f470
removed duplicate file
erinyoung Jan 10, 2025
2e9d4f4
testing prokk and roary
erinyoung Jan 11, 2025
1d78b94
looking for gff files
erinyoung Jan 11, 2025
f1adf1c
simplified publishdir for core_genome_evaluation
erinyoung Jan 11, 2025
fab010f
adjusted emit paths
erinyoung Jan 11, 2025
6dfa619
made input file
erinyoung Jan 11, 2025
86e8737
added gbff channel
erinyoung Jan 11, 2025
3100131
simplified path for core genome evaluation
erinyoung Jan 14, 2025
6fbbbdf
combined fasta and gff like prokka
erinyoung Jan 14, 2025
86d20b0
changed channel back to gff
erinyoung Jan 14, 2025
0ef55e6
moved to docker
Jan 15, 2025
c36be20
fixed file extension
Jan 15, 2025
98f1f38
removed download sra
Jan 15, 2025
98dd869
removed extra path
Jan 15, 2025
c4df107
added ena download for fastq files
Jan 15, 2025
e326cd8
removed view
Jan 15, 2025
dac65b3
adding versions
Jan 15, 2025
9f00e5c
fixed function name
Jan 16, 2025
6c07173
added writing to log
Jan 16, 2025
e83b3c6
link to reduce size
Jan 16, 2025
d9fbdcc
rplaced download with ena
Jan 16, 2025
915a390
rplaced download with ena
Jan 16, 2025
b54b329
added link for all tests
Jan 16, 2025
3ae3b85
added versions
Jan 16, 2025
dc11ce3
added versions
Jan 16, 2025
ac3cf98
adjusted filter
Jan 16, 2025
38fc0d0
removed gzip
Jan 16, 2025
bda15a2
chaged final file test
erinyoung Jan 18, 2025
f025608
removed figure creation
erinyoung Jan 18, 2025
fdd489d
removed link since it wasn't doing anything
erinyoung Jan 18, 2025
93e84c4
added links and reduced size
Jan 29, 2025
15961fb
added main
Jan 29, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
quast works with just fasta files
  • Loading branch information
erinyoung committed Jan 9, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 67f0f68244cb519f497a4d840249728cf0e256e1
2 changes: 1 addition & 1 deletion subworkflows/local/quality_assessment.nf
Original file line number Diff line number Diff line change
@@ -48,7 +48,7 @@ workflow QUALITY_ASSESSMENT {
}

// contigs
QUAST(ch_reads_contigs.filter{it[2]})
QUAST(ch_reads_contigs)
ch_versions = ch_versions.mix(QUAST.out.versions.first())

QUAST.out.collect