-
Notifications
You must be signed in to change notification settings - Fork 2
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
Create new columns in sample_summary.tsv #25
Conversation
Make sure outputs are full paths to fasta and fastq, even if user input is a relative path. |
I've added a line to convert relative to absolute paths for outdir |
@mikeyweigand Right now this code only outputs a path for final_assembly if there is a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Whoops. Sorry about that...blaming it on Friday. Thanks for fixing it.
Agree this makes the most sense, current 'ask' is to streamline capture of necessary inputs for TOSTADAS, to which you wouldn't send a draft contig fasta. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Tested and performs as expected.
Created 3 new columns:
opxv_reads_1 -> filepath to seqtk output, reads file 1
opxv_reads_2 -> filepath to seqtk output, reads file 2
final_assembly -> filepath to final assembly
Test command:
nextflow run main.nf --indir /scicomp/groups-pure/Projects/scbs_mpob/JRowell_ick4/mpox_testing/paired/ --outdir /scicomp/groups-pure/Projects/scbs_mpob/JRowell_ick4/mpox_testing/results/ --project_name test -config /scicomp/reference/nextflow/configs/cdc-dev.config -profile singularity,rosalind
PR checklist
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).docs/usage.md
is updated.docs/output.md
is updated.CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).