stharrold / ARCHIVED_irods_module_iplant

IRODS module for iPlant collaboration.
MIT License
0 stars 0 forks source link

sizes of big files are different when fetched #18

Closed stharrold closed 9 years ago

stharrold commented 9 years ago

File contents seem to be identical, but the file sizes are different:

ubuntu@20140918t192000-irodsv331:~$ echo $IPLANT ; iput /tmp/SDMC_exome_1_GCCAAT_L005_R1_001.fastq $IPLANT/. ; iget $IPLANT/SDMC_exome_1_GCCAAT_L005_R1_001.fastq /tmp/SDMC_exome_1_GCCAAT_L005_R1_001_processed.fastq ; du /tmp/SDMC_exome_1_GCCAAT_L005_R1_001.fastq ; du /tmp/SDMC_exome_1_GCCAAT_L005_R1_001_processed.fastq
/tempZone/home/rods/iplant
10071560    /tmp/SDMC_exome_1_GCCAAT_L005_R1_001.fastq
10071572    /tmp/SDMC_exome_1_GCCAAT_L005_R1_001_processed.fastq
ubuntu@20140918t192000-irodsv331:~$ #cksum /tmp/SDMC_exome_1_GCCAAT_L005_R1_001.fastq ; cksum /tmp/SDMC_exome_1_GCCAAT_L005_R1_001_processed.fastq
ubuntu@20140918t192000-irodsv331:~$ man cksum
ubuntu@20140918t192000-irodsv331:~$ cksum /tmp/SDMC_exome_1_GCCAAT_L005_R1_001.fastq ; cksum /tmp/SDMC_exome_1_GCCAAT_L005_R1_001_processed.fastq
2532037829 10313272407 /tmp/SDMC_exome_1_GCCAAT_L005_R1_001.fastq
2532037829 10313272407 /tmp/SDMC_exome_1_GCCAAT_L005_R1_001_processed.fastq
stharrold commented 9 years ago

overlap with #17