Skip to main content
  • Home
  • Development
  • Documentation
  • Donate
  • Operational login
  • Browse the archive

swh logo
SoftwareHeritage
Software
Heritage
Archive
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

  • cc18d27
  • /
  • TE_calling
  • /
  • run_ngstemapper_temp.sh
Raw File Download

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • content
  • directory
content badge
swh:1:cnt:079939a6fbb93cad60bdc27b317040cdff339306
directory badge
swh:1:dir:0de94a0f482374ef120b247b4064585304e76e05

This interface enables to generate software citations, provided that the root directory of browsed objects contains a citation.cff or codemeta.json file.
Select below a type of object currently browsed in order to generate citations for them.

  • content
  • directory
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
run_ngstemapper_temp.sh
#!/bin/bash 
#####Beatriz Navarro Dominguez
#####Run ngs_te_mapper and TEMP through McClintock


#!/bin/bash -l

run_dir=/scratch/bnavarr2/analysis/sd_te/mcclintock_running
bin_dir=/scratch/bnavarr2/scripts/mcclintock
reference=dmel.chromosomes.fa
te_fasta=specieslib_mcClintock.fa
gff_file=dmel.chromosomes.fa.TE.mcClintock.gff
tsv_file=dmel.chromosomes.fa.TE.mcClintock.tsv
reads_1=$1
reads_2=$2
threads=8
out_dir=$run_dir/$(basename $reads_1 _1.fastq)_temp

# Run the pipeline 
cd $run_dir

bash $bin_dir/mcclintock.sh -i -m "TEMP" -r $run_dir/$reference -c $run_dir/$te_fasta -g $run_dir/$gff_file -t $run_dir/$tsv_file -1 $run_dir/$reads_1 -2 $run_dir/$reads_2 -p $threads -o $out_dir

back to top

Software Heritage — Copyright (C) 2015–2026, The Software Heritage developers. License: GNU AGPLv3+.
The source code of Software Heritage itself is available on our development forge.
The source code files archived by Software Heritage are available under their own copyright and licenses.
Terms of use: Archive access, API— Content policy— Contact— JavaScript license information— Web API