Skip to content

encode_utils

Compare
Choose a tag to compare
@nathankw nathankw released this 23 Feb 22:00
· 254 commits to master since this release

-Bug fix in connection.Connection.get() where record identifiers with a starting '/', i.e. /files/ENCFF559ZUE/, weren't handled properly.
-Bug fix in connection.Connection.get_fastqfile_replicate_hash() where FASTQ File records with run_type='single-ended' caused a fatal error.

-Added new pre-POST hook in Connection() such that if a FASTQ file objct is being POSTED and the run_type='single-ended', it will check for the presence of the 'paired_end' key and remove it if present.

-Added several new scripts.