Skip to content

Commit

Permalink
add data for bcsq error
Browse files Browse the repository at this point in the history
  • Loading branch information
katiesevans committed Sep 11, 2021
1 parent 43f6f6e commit 17a0325
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
Binary file added bcsq_error/chrI.fa.gz
Binary file not shown.
Binary file added bcsq_error/csq.gff3.gz
Binary file not shown.
Binary file added bcsq_error/eri6.vcf.gz
Binary file not shown.
7 changes: 2 additions & 5 deletions main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ params.help = null
if (params.debug) {
params.vcf = "${workflow.projectDir}/test_data/WI.20201230.hard-filter.vcf.gz"
//params.sample_sheet = "${workflow.projectDir}/test_data/sample_sheet.tsv"
params.bam_folder = "${workflow.projectDir}/test_data/bam"
params.output = "annotation-${date}-debug"
params.divergent_regions = "${workflow.projectDir}/test_data/divergent_regions_strain.bed"

Expand Down Expand Up @@ -106,11 +105,9 @@ nextflow main.nf -profile quest --vcf=hard-filtered.vcf --sample_sheet=sample_sh
--debug Set to 'true' to test ${params.debug}
--species Species: 'c_elegans', 'c_tropicalis' or 'c_briggsae' ${params.species}
--vcf hard filtered vcf to calculate variant density ${params.vcf}
--sample_sheet TSV with column iso-ref strain, bam, bai. no header ${params.sample_sheet}
--divergent_regions Divergent region bed file ${params.divergent_regions}
--reference Reference used based on species and project ${params.reference}
--output (Optional) output folder name ${params.output}
--cendr Option to create strain-specific vcf for CeNDR ${params.cendr}
--dust ${params.dust_bed}
--ref ${params.reference}
username ${"whoami".execute().in.text}
Expand Down

2 comments on commit 17a0325

@mckeowr1
Copy link
Contributor

Choose a reason for hiding this comment

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

Hey @katiesevans do you remember what the error was for this commit? I'm trying to figure out what is causing #2

@katiesevans
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@mckeowr1 This commit looks like I was just adding test data so I could share it with bcftools for that error gaotian saw with eri6. Doesn't do anything for the annotation pipeline itself...

Please sign in to comment.