Skip to content

lanadelrea/simKatmon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • Determine lineages to simulate (eg. AY.132_and_AY.63)

  • Edit proportions tsv file (assets/proportions.tsv) example:

    AY.132 50
    AY.63 50
    
  • Run the pipeline to generate simulated reads (FASTQ) and create other Katmon input files (BAM and FASTA)

    nextflow run simKatmon \
    --sample <sample name including proportions> \
    --fasta <fasta file of lineages to simulate> \
    --out_dir <results dir>
    

example:

nextflow run simKatmon \
--sample AY.75_50_BA.2.5_50 \
--fasta /assets/lineages-ref-fasta/AY.132_and_AY.63.fasta \
--out_dir /simulated-reads/AY.132_and_AY.63/proportion_50_50

The file size of the simulated reads is too large to be uploaded on GitHub. We have made them available in this drive for your reference.

About

Scripts used to create simulated reads for testing and validation of the Katmon pipeline.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages