Skip to content

Align Template Issues-Demo Data and Failure to Respect Config #4

@cfljam

Description

@cfljam

When i run the alignment template there is a some zombie data I presume from the default/demo data coming through in the output

My config file looks like this:

sample file rep read experiment date comments
Pool1 C95VLANXX-2143-01-11-1_L007_R1.fastq.gz 1 R1 Req_10471_HighHealthAlleles 1/01/16 HighVitC/High Fruit Weight
Pool1 C95VLANXX-2143-01-11-1_L007_R2.fastq.gz 1 R2 Req_10471_HighHealthAlleles 1/01/16 HighVitC/High Fruit Weight
Pool1 C95VLANXX-2143-01-11-1_L008_R1.fastq.gz 2 R1 Req_10471_HighHealthAlleles 1/01/16 HighVitC/High Fruit Weight
Pool1 C95VLANXX-2143-01-11-1_L008_R2.fastq.gz 2 R2 Req_10471_HighHealthAlleles 1/01/16 HighVitC/High Fruit Weight
Pool2 C95VLANXX-2143-02-11-1_L007_R1.fastq.gz 1 R1 Req_10471_HighHealthAlleles 1/01/16 HighVitC/Low Fruit Weight
Pool2 C95VLANXX-2143-02-11-1_L007_R2.fastq.gz 1 R2 Req_10471_HighHealthAlleles 1/01/16 HighVitC/Low Fruit Weight
Pool2 C95VLANXX-2143-02-11-1_L008_R1.fastq.gz 2 R1 Req_10471_HighHealthAlleles 1/01/16 HighVitC/Low Fruit Weight
Pool2 C95VLANXX-2143-02-11-1_L008_R2.fastq.gz 2 R2 Req_10471_HighHealthAlleles 1/01/16 HighVitC/Low Fruit Weight
Pool3 C95VLANXX-2143-03-11-1_L007_R1.fastq.gz 1 R1 Req_10471_HighHealthAlleles 1/01/16 LowVitC/High Fruit Weight
Pool3 C95VLANXX-2143-03-11-1_L007_R2.fastq.gz 1 R2 Req_10471_HighHealthAlleles 1/01/16 LowVitC/High Fruit Weight
Pool3 C95VLANXX-2143-03-11-1_L008_R1.fastq.gz 2 R1 Req_10471_HighHealthAlleles 1/01/16 LowVitC/High Fruit Weight
Pool3 C95VLANXX-2143-03-11-1_L008_R2.fastq.gz 2 R1 Req_10471_HighHealthAlleles 1/01/16 LowVitC/High Fruit Weight
Pool4 C95VLANXX-2143-04-11-1_L007_R1.fastq.gz 1 R2 Req_10471_HighHealthAlleles 1/01/16 LowVitC/Low Fruit Weight
Pool4 C95VLANXX-2143-04-11-1_L007_R2.fastq.gz 1 R1 Req_10471_HighHealthAlleles 1/01/16 LowVitC/Low Fruit Weight
Pool4 C95VLANXX-2143-04-11-1_L008_R1.fastq.gz 2 R2 Req_10471_HighHealthAlleles 1/01/16 LowVitC/Low Fruit Weight
Pool4 C95VLANXX-2143-04-11-1_L008_R2.fastq.gz 2 R1 Req_10471_HighHealthAlleles 1/01/16 LowVitC/Low Fruit Weight

but there is spurious mystery output:

(py3r-env) [19:49][cfljam@aklppf31:align (master)] $ ls 240.add_read_group_id/ -lh
total 52G
-rw-rw-r--. 1 cfljam powerplant  6.9K Sep 25 13:48 add_read_group_id_HW1_1.bai
-rw-rw-r--. 1 cfljam powerplant  114K Sep 25 13:48 add_read_group_id_HW1_1.bam
-rw-rw-r--. 1 cfljam powerplant  6.9K Sep 25 13:48 add_read_group_id_HW2_2.bai
-rw-rw-r--. 1 cfljam powerplant  113K Sep 25 13:48 add_read_group_id_HW2_2.bam
-rw-rw-r--. 1 cfljam powerplant  956K Sep 25 18:04 add_read_group_id_Pool1_1.bai
-rw-rw-r--. 1 cfljam powerplant  5.6G Sep 25 18:04 add_read_group_id_Pool1_1.bam
-rw-rw-r--. 1 cfljam powerplant  1.6M Sep 25 19:04 add_read_group_id_Pool1_2.bai
-rw-rw-r--. 1 cfljam powerplant  8.6G Sep 25 19:04 add_read_group_id_Pool1_2.bam
-rw-rw-r--. 1 cfljam powerplant  942K Sep 25 16:40 add_read_group_id_Pool2_1.bai
-rw-rw-r--. 1 cfljam powerplant  4.7G Sep 25 16:40 add_read_group_id_Pool2_1.bam
-rw-rw-r--. 1 cfljam powerplant  1.6M Sep 25 19:07 add_read_group_id_Pool2_2.bai
-rw-rw-r--. 1 cfljam powerplant  8.3G Sep 25 19:07 add_read_group_id_Pool2_2.bam
-rw-rw-r--. 1 cfljam powerplant  974K Sep 25 16:21 add_read_group_id_Pool3_1.bai
-rw-rw-r--. 1 cfljam powerplant  4.4G Sep 25 16:21 add_read_group_id_Pool3_1.bam
-rw-rw-r--. 1 cfljam powerplant  993K Sep 25 17:13 add_read_group_id_Pool4_1.bai
-rw-rw-r--. 1 cfljam powerplant  6.5G Sep 25 17:13 add_read_group_id_Pool4_1.bam
-rw-rw-r--. 1 cfljam powerplant 1004K Sep 25 16:32 add_read_group_id_Pool5_1.bai
-rw-rw-r--. 1 cfljam powerplant  4.9G Sep 25 16:32 add_read_group_id_Pool5_1.bam

2 issues

  1. What are the HW1 and HW2 files doing in here??? they from demo data
  2. The config file lists 4 pool samples x 2 reps but Pool3_2 has become (non-existent) Pool5 rep 1

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions