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

21 Added in stats file for outputs #25

Merged
merged 14 commits into from
Nov 14, 2024
Merged

21 Added in stats file for outputs #25

merged 14 commits into from
Nov 14, 2024

Conversation

vlilanl
Copy link
Contributor

@vlilanl vlilanl commented Nov 8, 2024

Added stats.json into the output for both short and long reads.

{
  "scaffolds": 0,
  "contigs": 0,
  "scaf_bp": 0,
  "contig_bp": 0,
  "gap_pct": 0,
  "scaf_N50": 0,
  "scaf_L50": 0,
  "ctg_N50": 0,
  "ctg_L50": 0,
  "scaf_N90": 0,
  "scaf_L90": 0,
  "ctg_N90": 0,
  "ctg_L90": 0,
  "scaf_logsum": 0,
  "scaf_powsum": 0,
  "ctg_logsum": 0,
  "ctg_powsum": 0,
  "asm_score": 0,
  "scaf_max": 0,
  "ctg_max": 0,
  "scaf_n_gt50K": 0,
  "scaf_l_gt50K": 0,
  "scaf_pct_gt50K": 0,
  "gc_avg": 0,
  "gc_std": 0
}

JAWS tests:

Short Reads: 90761
Long Reads: 90756

@vlilanl vlilanl linked an issue Nov 8, 2024 that may be closed by this pull request
@vlilanl vlilanl requested review from chienchi and aclum November 8, 2024 16:28
docs/index.rst Outdated
Workflow Overview
-----------------

This workflow takes in paired-end Illumina reads in interleaved format and performs error correction, then reformats the interleaved file into two FASTQ files for downstream tasks using bbcms (BBTools). The corrected reads are assembled using metaSPAdes. After assembly, the reads are mapped back to contigs by bbmap (BBTools) for coverage information. The .wdl (Workflow Description Language) file includes five tasks, *bbcms*, *assy*, *create_agp*, *read_mapping_pairs*, and *make_output*.
This workflow takes in paired-end Illumina short reads or paired-end PacBio long reads in interleaved format and performs error correction, then reformats the interleaved file into two FASTQ files for downstream tasks using bbcms (BBTools). The corrected reads are assembled using metaSPAdes. After assembly, the reads are mapped back to contigs by bbmap (BBTools) for coverage information. The `.wdl` (Workflow Description Language) file includes five tasks: *bbcms*, *assy*, *create_agp*, *read_mapping_pairs*, and *make_output*.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pacbio is not paired-end

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this paragraph needs to be re-written. The long reads workflow doesn't use metaSPAdes or bbcms.

@kaijli kaijli linked an issue Nov 13, 2024 that may be closed by this pull request
@vlilanl vlilanl merged commit 1274bc9 into master Nov 14, 2024
@vlilanl vlilanl deleted the 21-stats-file branch November 14, 2024 23:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants